Html Css Color HEX #C08921 Nugget

📋 copy color: '#C08921'

red 192 ◦ green 137 ◦ blue 33

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

Shades of Nugget #C08921

Tints of Nugget #C08921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 53.04%
G = 37.85%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08921 (or 0xC08921) is known color: Nugget. HEX triplet: C0, 89 and 21. RGB value is (192,137,33). Sum of RGB (Red+Green+Blue) = 192+137+33=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08921 is #3F76DE. Grayscale: #8E8E8E. Windows color (decimal): -4159199 or 2197952. OLE color: 2197952.

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

Color convert

RGB 192 137 33 -
CMYK 0 0.29 0.83 0.25
HSL 39.25º 0.71% 0.44% -
HSV(B) 39.25º 0.83% 0.75% -
XYZ 30.96 29.21 5.44 -
YUV 141.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 192 137 33 0 0.29 0.83 0.25 39.25 0.71 0.44
Hex C0 89 21 0 1D 53 19 27 47 2C
Octal 300 211 41 0 35 123 31 47 107 54
Binary 11000000 10001001 100001 0 11101 1010011 11001 100111 1000111 101100

Color Harmonies of #C08921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08921

Black with #C08921

Text Example


Text Example

White with #C08921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08921; }

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

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

background-color css

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

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

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

border-color css

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

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

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