Html Css Color HEX #C09322 Nugget

📋 copy color: '#C09322'

red 192 ◦ green 147 ◦ blue 34

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

Shades of Nugget #C09322

Tints of Nugget #C09322

RGB

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

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

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

R = 51.47%
G = 39.41%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09322 (or 0xC09322) is known color: Nugget. HEX triplet: C0, 93 and 22. RGB value is (192,147,34). Sum of RGB (Red+Green+Blue) = 192+147+34=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09322 is #3F6CDD. Grayscale: #949494. Windows color (decimal): -4156638 or 2266048. OLE color: 2266048.

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

Color convert

RGB 192 147 34 -
CMYK 0 0.23 0.82 0.25
HSL 42.91º 0.7% 0.44% -
HSV(B) 42.91º 0.82% 0.75% -
XYZ 32.46 32.19 6.02 -
YUV 147.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 192 147 34 0 0.23 0.82 0.25 42.91 0.7 0.44
Hex C0 93 22 0 17 52 19 2B 46 2C
Octal 300 223 42 0 27 122 31 53 106 54
Binary 11000000 10010011 100010 0 10111 1010010 11001 101011 1000110 101100

Color Harmonies of #C09322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09322

Black with #C09322

Text Example


Text Example

White with #C09322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09322; }

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

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

background-color css

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

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

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

border-color css

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

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

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