Html Css Color HEX #C09325 Nugget

📋 copy color: '#C09325'

red 192 ◦ green 147 ◦ blue 37

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

Shades of Nugget #C09325

Tints of Nugget #C09325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 51.06%
G = 39.1%
B = 9.84%

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

#C09325 (or 0xC09325) is known color: Nugget. HEX triplet: C0, 93 and 25. RGB value is (192,147,37). Sum of RGB (Red+Green+Blue) = 192+147+37=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09325 is #3F6CDA. Grayscale: #949494. Windows color (decimal): -4156635 or 2462656. OLE color: 2462656.

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

Color convert

RGB 192 147 37 -
CMYK 0 0.23 0.81 0.25
HSL 42.58º 0.68% 0.45% -
HSV(B) 42.58º 0.81% 0.75% -
XYZ 32.51 32.21 6.25 -
YUV 147.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 192 147 37 0 0.23 0.81 0.25 42.58 0.68 0.45
Hex C0 93 25 0 17 51 19 2B 44 2D
Octal 300 223 45 0 27 121 31 53 104 55
Binary 11000000 10010011 100101 0 10111 1010001 11001 101011 1000100 101101

Color Harmonies of #C09325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09325

Black with #C09325

Text Example


Text Example

White with #C09325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09325; }

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

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

background-color css

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

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

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

border-color css

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

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

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