Html Css Color HEX #C59832 Nugget

📋 copy color: '#C59832'

red 197 ◦ green 152 ◦ blue 50

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

Shades of Nugget #C59832

Tints of Nugget #C59832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 49.37%
G = 38.1%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C59832 (or 0xC59832) is known color: Nugget. HEX triplet: C5, 98 and 32. RGB value is (197,152,50). Sum of RGB (Red+Green+Blue) = 197+152+50=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C59832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59832 is #3A67CD. Grayscale: #9A9A9A. Windows color (decimal): -3827662 or 3315909. OLE color: 3315909.

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

Color convert

RGB 197 152 50 -
CMYK 0 0.23 0.75 0.23
HSL 41.63º 0.6% 0.48% -
HSV(B) 41.63º 0.75% 0.77% -
XYZ 34.83 34.56 7.85 -
YUV 153.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 197 152 50 0 0.23 0.75 0.23 41.63 0.6 0.48
Hex C5 98 32 0 17 4B 17 2A 3C 30
Octal 305 230 62 0 27 113 27 52 74 60
Binary 11000101 10011000 110010 0 10111 1001011 10111 101010 111100 110000

Color Harmonies of #C59832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59832

Black with #C59832

Text Example


Text Example

White with #C59832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59832; }

 p { color: rgb(197,152,50); }

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

background-color css

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

 a { background-color: rgb(197,152,50); }

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

border-color css

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

 span { border-color: rgb(197,152,50); }

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