Html Css Color HEX #C09731 Nugget

📋 copy color: '#C09731'

red 192 ◦ green 151 ◦ blue 49

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

Shades of Nugget #C09731

Tints of Nugget #C09731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 48.98%
G = 38.52%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09731 (or 0xC09731) is known color: Nugget. HEX triplet: C0, 97 and 31. RGB value is (192,151,49). Sum of RGB (Red+Green+Blue) = 192+151+49=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09731 is #3F68CE. Grayscale: #989898. Windows color (decimal): -4155599 or 3250112. OLE color: 3250112.

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

Color convert

RGB 192 151 49 -
CMYK 0 0.21 0.74 0.25
HSL 42.8º 0.59% 0.47% -
HSV(B) 42.8º 0.74% 0.75% -
XYZ 33.36 33.56 7.63 -
YUV 151.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 192 151 49 0 0.21 0.74 0.25 42.8 0.59 0.47
Hex C0 97 31 0 15 4A 19 2B 3B 2F
Octal 300 227 61 0 25 112 31 53 73 57
Binary 11000000 10010111 110001 0 10101 1001010 11001 101011 111011 101111

Color Harmonies of #C09731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09731

Black with #C09731

Text Example


Text Example

White with #C09731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09731; }

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

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

background-color css

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

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

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

border-color css

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

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

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