Html Css Color HEX #C59546 Tussock

📋 copy color: '#C59546'

red 197 ◦ green 149 ◦ blue 70

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

Shades of Tussock #C59546

Tints of Tussock #C59546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 47.36%
G = 35.82%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C59546 (or 0xC59546) is known color: Tussock. HEX triplet: C5, 95 and 46. RGB value is (197,149,70). Sum of RGB (Red+Green+Blue) = 197+149+70=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C59546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59546 is #3A6AB9. Grayscale: #9A9A9A. Windows color (decimal): -3828410 or 4625861. OLE color: 4625861.

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

Color convert

RGB 197 149 70 -
CMYK 0 0.24 0.64 0.23
HSL 37.32º 0.52% 0.52% -
HSV(B) 37.32º 0.64% 0.77% -
XYZ 34.88 33.81 10.48 -
YUV 154.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 197 149 70 0 0.24 0.64 0.23 37.32 0.52 0.52
Hex C5 95 46 0 18 40 17 25 34 34
Octal 305 225 106 0 30 100 27 45 64 64
Binary 11000101 10010101 1000110 0 11000 1000000 10111 100101 110100 110100

Color Harmonies of #C59546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59546

Black with #C59546

Text Example


Text Example

White with #C59546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59546; }

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

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

background-color css

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

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

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

border-color css

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

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

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