Html Css Color HEX #C09722 Nugget

📋 copy color: '#C09722'

red 192 ◦ green 151 ◦ blue 34

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

Shades of Nugget #C09722

Tints of Nugget #C09722

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 50.93%
G = 40.05%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09722 (or 0xC09722) is known color: Nugget. HEX triplet: C0, 97 and 22. RGB value is (192,151,34). Sum of RGB (Red+Green+Blue) = 192+151+34=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09722 is #3F68DD. Grayscale: #969696. Windows color (decimal): -4155614 or 2267072. OLE color: 2267072.

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

Color convert

RGB 192 151 34 -
CMYK 0 0.21 0.82 0.25
HSL 44.43º 0.7% 0.44% -
HSV(B) 44.43º 0.82% 0.75% -
XYZ 33.09 33.46 6.23 -
YUV 149.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 192 151 34 0 0.21 0.82 0.25 44.43 0.7 0.44
Hex C0 97 22 0 15 52 19 2C 46 2C
Octal 300 227 42 0 25 122 31 54 106 54
Binary 11000000 10010111 100010 0 10101 1010010 11001 101100 1000110 101100

Color Harmonies of #C09722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09722

Black with #C09722

Text Example


Text Example

White with #C09722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09722; }

 p { color: rgb(192,151,34); }

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

background-color css

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

 a { background-color: rgb(192,151,34); }

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

border-color css

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

 span { border-color: rgb(192,151,34); }

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