Html Css Color HEX #C48C27 Nugget

📋 copy color: '#C48C27'

red 196 ◦ green 140 ◦ blue 39

#C48C27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C48C27

Tints of Nugget #C48C27

RGB

 RED value IS 196 (76.95% from 255) = 52.27%

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 39 (15.63% from 255) = 10.4%

R = 52.27%
G = 37.33%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C48C27 (or 0xC48C27) is known color: Nugget. HEX triplet: C4, 8C and 27. RGB value is (196,140,39). Sum of RGB (Red+Green+Blue) = 196+140+39=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C27 is #3B73D8. Grayscale: #919191. Windows color (decimal): -3896281 or 2591940. OLE color: 2591940.

HSL color Cylindrical-coordinate representation of color #C48C27: hue angle of 38.6º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48C27 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 39 -
CMYK 0 0.29 0.80 0.23
HSL 38.6º 0.67% 0.46% -
HSV(B) 38.6º 0.8% 0.77% -
XYZ 32.51 30.64 6.12 -
YUV 145.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 196 140 39 0 0.29 0.80 0.23 38.6 0.67 0.46
Hex C4 8C 27 0 1D 50 17 27 43 2E
Octal 304 214 47 0 35 120 27 47 103 56
Binary 11000100 10001100 100111 0 11101 1010000 10111 100111 1000011 101110

Color Harmonies of #C48C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C27

Black with #C48C27

Text Example


Text Example

White with #C48C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C27; }

 p { color: rgb(196,140,39); }

 H1.HeaderClassName
 {
   color: #C48C27;
 }
 .AnyTagClassName
 {
   color: #C48C27;
 }
</style>

background-color css

<style>
 a { background-color: #C48C27; }

 a { background-color: rgb(196,140,39); }

 div.DivClassName
 {
   background-color: #C48C27;
 }
 .BgClassName
 {
   background-color: #C48C27;
 }
</style>

border-color css

<style>
 span { border-color: #C48C27; }

 span { border-color: rgb(196,140,39); }

 td.TdClassName
 {
   border-color: #C48C27;
 }
 .TagClassName
 {
   border-color: #C48C27;
 }
</style>