Html Css Color HEX #C09531 Nugget

📋 copy color: '#C09531'

red 192 ◦ green 149 ◦ blue 49

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

Shades of Nugget #C09531

Tints of Nugget #C09531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 49.23%
G = 38.21%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09531 (or 0xC09531) is known color: Nugget. HEX triplet: C0, 95 and 31. RGB value is (192,149,49). Sum of RGB (Red+Green+Blue) = 192+149+49=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C09531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09531 is #3F6ACE. Grayscale: #969696. Windows color (decimal): -4156111 or 3249600. OLE color: 3249600.

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

Color convert

RGB 192 149 49 -
CMYK 0 0.22 0.74 0.25
HSL 41.96º 0.59% 0.47% -
HSV(B) 41.96º 0.74% 0.75% -
XYZ 33.04 32.92 7.52 -
YUV 150.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 192 149 49 0 0.22 0.74 0.25 41.96 0.59 0.47
Hex C0 95 31 0 16 4A 19 2A 3B 2F
Octal 300 225 61 0 26 112 31 52 73 57
Binary 11000000 10010101 110001 0 10110 1001010 11001 101010 111011 101111

Color Harmonies of #C09531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09531

Black with #C09531

Text Example


Text Example

White with #C09531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09531; }

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

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

background-color css

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

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

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

border-color css

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

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

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