Html Css Color HEX #C59530 Nugget

📋 copy color: '#C59530'

red 197 ◦ green 149 ◦ blue 48

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

Shades of Nugget #C59530

Tints of Nugget #C59530

RGB

 RED value IS 197 (77.34% from 255) = 50%

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

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 50%
G = 37.82%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C59530 (or 0xC59530) is known color: Nugget. HEX triplet: C5, 95 and 30. RGB value is (197,149,48). Sum of RGB (Red+Green+Blue) = 197+149+48=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C59530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59530 is #3A6ACF. Grayscale: #989898. Windows color (decimal): -3828432 or 3184069. OLE color: 3184069.

HSL color Cylindrical-coordinate representation of color #C59530: hue angle of 40.67º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C59530 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 48 -
CMYK 0 0.24 0.76 0.23
HSL 40.67º 0.61% 0.48% -
HSV(B) 40.67º 0.76% 0.77% -
XYZ 34.31 33.58 7.47 -
YUV 151.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 197 149 48 0 0.24 0.76 0.23 40.67 0.61 0.48
Hex C5 95 30 0 18 4C 17 29 3D 30
Octal 305 225 60 0 30 114 27 51 75 60
Binary 11000101 10010101 110000 0 11000 1001100 10111 101001 111101 110000

Color Harmonies of #C59530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59530

Black with #C59530

Text Example


Text Example

White with #C59530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59530; }

 p { color: rgb(197,149,48); }

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

background-color css

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

 a { background-color: rgb(197,149,48); }

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

border-color css

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

 span { border-color: rgb(197,149,48); }

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