Html Css Color HEX #C09124 Nugget

📋 copy color: '#C09124'

red 192 ◦ green 145 ◦ blue 36

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

Shades of Nugget #C09124

Tints of Nugget #C09124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 51.47%
G = 38.87%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C09124 (or 0xC09124) is known color: Nugget. HEX triplet: C0, 91 and 24. RGB value is (192,145,36). Sum of RGB (Red+Green+Blue) = 192+145+36=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09124 is #3F6EDB. Grayscale: #939393. Windows color (decimal): -4157148 or 2396608. OLE color: 2396608.

HSL color Cylindrical-coordinate representation of color #C09124: hue angle of 41.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C09124 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 36 -
CMYK 0 0.24 0.81 0.25
HSL 41.92º 0.68% 0.45% -
HSV(B) 41.92º 0.81% 0.75% -
XYZ 32.18 31.58 6.07 -
YUV 146.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 192 145 36 0 0.24 0.81 0.25 41.92 0.68 0.45
Hex C0 91 24 0 18 51 19 2A 44 2D
Octal 300 221 44 0 30 121 31 52 104 55
Binary 11000000 10010001 100100 0 11000 1010001 11001 101010 1000100 101101

Color Harmonies of #C09124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09124

Black with #C09124

Text Example


Text Example

White with #C09124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09124; }

 p { color: rgb(192,145,36); }

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

background-color css

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

 a { background-color: rgb(192,145,36); }

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

border-color css

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

 span { border-color: rgb(192,145,36); }

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