Html Css Color HEX #C59948 Tussock

📋 copy color: '#C59948'

red 197 ◦ green 153 ◦ blue 72

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

Shades of Tussock #C59948

Tints of Tussock #C59948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 46.68%
G = 36.26%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C59948 (or 0xC59948) is known color: Tussock. HEX triplet: C5, 99 and 48. RGB value is (197,153,72). Sum of RGB (Red+Green+Blue) = 197+153+72=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C59948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59948 is #3A66B7. Grayscale: #9D9D9D. Windows color (decimal): -3827384 or 4757957. OLE color: 4757957.

HSL color Cylindrical-coordinate representation of color #C59948: hue angle of 38.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59948 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 72 -
CMYK 0 0.22 0.63 0.23
HSL 38.88º 0.52% 0.53% -
HSV(B) 38.88º 0.63% 0.77% -
XYZ 35.59 35.12 11.03 -
YUV 156.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 197 153 72 0 0.22 0.63 0.23 38.88 0.52 0.53
Hex C5 99 48 0 16 3F 17 27 34 35
Octal 305 231 110 0 26 77 27 47 64 65
Binary 11000101 10011001 1001000 0 10110 111111 10111 100111 110100 110101

Color Harmonies of #C59948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59948

Black with #C59948

Text Example


Text Example

White with #C59948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59948; }

 p { color: rgb(197,153,72); }

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

background-color css

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

 a { background-color: rgb(197,153,72); }

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

border-color css

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

 span { border-color: rgb(197,153,72); }

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