Html Css Color HEX #C08721 Nugget

📋 copy color: '#C08721'

red 192 ◦ green 135 ◦ blue 33

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

Shades of Nugget #C08721

Tints of Nugget #C08721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 53.33%
G = 37.5%
B = 9.17%

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

#C08721 (or 0xC08721) is known color: Nugget. HEX triplet: C0, 87 and 21. RGB value is (192,135,33). Sum of RGB (Red+Green+Blue) = 192+135+33=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08721 is #3F78DE. Grayscale: #8C8C8C. Windows color (decimal): -4159711 or 2197440. OLE color: 2197440.

HSL color Cylindrical-coordinate representation of color #C08721: hue angle of 38.49º 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 #C08721 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 33 -
CMYK 0 0.30 0.83 0.25
HSL 38.49º 0.71% 0.44% -
HSV(B) 38.49º 0.83% 0.75% -
XYZ 30.68 28.64 5.35 -
YUV 140.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 192 135 33 0 0.30 0.83 0.25 38.49 0.71 0.44
Hex C0 87 21 0 1E 53 19 26 47 2C
Octal 300 207 41 0 36 123 31 46 107 54
Binary 11000000 10000111 100001 0 11110 1010011 11001 100110 1000111 101100

Color Harmonies of #C08721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08721

Black with #C08721

Text Example


Text Example

White with #C08721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08721; }

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

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

background-color css

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

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

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

border-color css

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

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

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