Html Css Color HEX #C09424 Nugget

📋 copy color: '#C09424'

red 192 ◦ green 148 ◦ blue 36

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

Shades of Nugget #C09424

Tints of Nugget #C09424

RGB

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

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

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

R = 51.06%
G = 39.36%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C09424 (or 0xC09424) is known color: Nugget. HEX triplet: C0, 94 and 24. RGB value is (192,148,36). Sum of RGB (Red+Green+Blue) = 192+148+36=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09424 is #3F6BDB. Grayscale: #949494. Windows color (decimal): -4156380 or 2397376. OLE color: 2397376.

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

Color convert

RGB 192 148 36 -
CMYK 0 0.23 0.81 0.25
HSL 43.08º 0.68% 0.45% -
HSV(B) 43.08º 0.81% 0.75% -
XYZ 32.65 32.51 6.22 -
YUV 148.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 192 148 36 0 0.23 0.81 0.25 43.08 0.68 0.45
Hex C0 94 24 0 17 51 19 2B 44 2D
Octal 300 224 44 0 27 121 31 53 104 55
Binary 11000000 10010100 100100 0 10111 1010001 11001 101011 1000100 101101

Color Harmonies of #C09424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09424

Black with #C09424

Text Example


Text Example

White with #C09424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09424; }

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

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

background-color css

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

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

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

border-color css

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

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

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