Html Css Color HEX #C09420 Nugget

📋 copy color: '#C09420'

red 192 ◦ green 148 ◦ blue 32

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

Shades of Nugget #C09420

Tints of Nugget #C09420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 51.61%
G = 39.78%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09420 (or 0xC09420) is known color: Nugget. HEX triplet: C0, 94 and 20. RGB value is (192,148,32). Sum of RGB (Red+Green+Blue) = 192+148+32=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C09420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09420 is #3F6BDF. Grayscale: #949494. Windows color (decimal): -4156384 or 2135232. OLE color: 2135232.

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

Color convert

RGB 192 148 32 -
CMYK 0 0.23 0.83 0.25
HSL 43.5º 0.71% 0.44% -
HSV(B) 43.5º 0.83% 0.75% -
XYZ 32.59 32.49 5.92 -
YUV 147.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 192 148 32 0 0.23 0.83 0.25 43.5 0.71 0.44
Hex C0 94 20 0 17 53 19 2C 47 2C
Octal 300 224 40 0 27 123 31 54 107 54
Binary 11000000 10010100 100000 0 10111 1010011 11001 101100 1000111 101100

Color Harmonies of #C09420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09420

Black with #C09420

Text Example


Text Example

White with #C09420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09420; }

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

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

background-color css

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

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

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

border-color css

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

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

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