Html Css Color HEX #C09320 Nugget

📋 copy color: '#C09320'

red 192 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C09320

Tints of Nugget #C09320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 51.75%
G = 39.62%
B = 8.63%

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

#C09320 (or 0xC09320) is known color: Nugget. HEX triplet: C0, 93 and 20. RGB value is (192,147,32). Sum of RGB (Red+Green+Blue) = 192+147+32=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09320 is #3F6CDF. Grayscale: #939393. Windows color (decimal): -4156640 or 2134976. OLE color: 2134976.

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

Color convert

RGB 192 147 32 -
CMYK 0 0.23 0.83 0.25
HSL 43.13º 0.71% 0.44% -
HSV(B) 43.13º 0.83% 0.75% -
XYZ 32.43 32.18 5.87 -
YUV 147.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 192 147 32 0 0.23 0.83 0.25 43.13 0.71 0.44
Hex C0 93 20 0 17 53 19 2B 47 2C
Octal 300 223 40 0 27 123 31 53 107 54
Binary 11000000 10010011 100000 0 10111 1010011 11001 101011 1000111 101100

Color Harmonies of #C09320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09320

Black with #C09320

Text Example


Text Example

White with #C09320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09320; }

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

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

background-color css

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

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

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

border-color css

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

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

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