Html Css Color HEX #C59048 Tussock

📋 copy color: '#C59048'

red 197 ◦ green 144 ◦ blue 72

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

Shades of Tussock #C59048

Tints of Tussock #C59048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 47.7%
G = 34.87%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C59048 (or 0xC59048) is known color: Tussock. HEX triplet: C5, 90 and 48. RGB value is (197,144,72). Sum of RGB (Red+Green+Blue) = 197+144+72=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C59048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59048 is #3A6FB7. Grayscale: #979797. Windows color (decimal): -3829688 or 4755653. OLE color: 4755653.

HSL color Cylindrical-coordinate representation of color #C59048: hue angle of 34.56º 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 #C59048 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 144 72 -
CMYK 0 0.27 0.63 0.23
HSL 34.56º 0.52% 0.53% -
HSV(B) 34.56º 0.63% 0.77% -
XYZ 34.17 32.28 10.56 -
YUV 151.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 197 144 72 0 0.27 0.63 0.23 34.56 0.52 0.53
Hex C5 90 48 0 1B 3F 17 23 34 35
Octal 305 220 110 0 33 77 27 43 64 65
Binary 11000101 10010000 1001000 0 11011 111111 10111 100011 110100 110101

Color Harmonies of #C59048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59048

Black with #C59048

Text Example


Text Example

White with #C59048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59048; }

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

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

background-color css

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

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

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

border-color css

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

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

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