Html Css Color HEX #C08720 Nugget

📋 copy color: '#C08720'

red 192 ◦ green 135 ◦ blue 32

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

Shades of Nugget #C08720

Tints of Nugget #C08720

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 53.48%
G = 37.6%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08720 (or 0xC08720) is known color: Nugget. HEX triplet: C0, 87 and 20. RGB value is (192,135,32). Sum of RGB (Red+Green+Blue) = 192+135+32=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08720 is #3F78DF. Grayscale: #8C8C8C. Windows color (decimal): -4159712 or 2131904. OLE color: 2131904.

HSL color Cylindrical-coordinate representation of color #C08720: hue angle of 38.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C08720 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 32 -
CMYK 0 0.30 0.83 0.25
HSL 38.63º 0.71% 0.44% -
HSV(B) 38.63º 0.83% 0.75% -
XYZ 30.66 28.64 5.28 -
YUV 140.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 192 135 32 0 0.30 0.83 0.25 38.63 0.71 0.44
Hex C0 87 20 0 1E 53 19 27 47 2C
Octal 300 207 40 0 36 123 31 47 107 54
Binary 11000000 10000111 100000 0 11110 1010011 11001 100111 1000111 101100

Color Harmonies of #C08720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08720

Black with #C08720

Text Example


Text Example

White with #C08720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08720; }

 p { color: rgb(192,135,32); }

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

background-color css

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

 a { background-color: rgb(192,135,32); }

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

border-color css

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

 span { border-color: rgb(192,135,32); }

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