Html Css Color HEX #C5884A Tussock

📋 copy color: '#C5884A'

red 197 ◦ green 136 ◦ blue 74

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

Shades of Tussock #C5884A

Tints of Tussock #C5884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 48.4%
G = 33.42%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5884A (or 0xC5884A) is known color: Tussock. HEX triplet: C5, 88 and 4A. RGB value is (197,136,74). Sum of RGB (Red+Green+Blue) = 197+136+74=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5884A is #3A77B5. Grayscale: #939393. Windows color (decimal): -3831734 or 4884677. OLE color: 4884677.

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

Color convert

RGB 197 136 74 -
CMYK 0 0.31 0.62 0.23
HSL 30.24º 0.51% 0.53% -
HSV(B) 30.24º 0.62% 0.77% -
XYZ 33.07 29.97 10.52 -
YUV 147.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 197 136 74 0 0.31 0.62 0.23 30.24 0.51 0.53
Hex C5 88 4A 0 1F 3E 17 1E 33 35
Octal 305 210 112 0 37 76 27 36 63 65
Binary 11000101 10001000 1001010 0 11111 111110 10111 11110 110011 110101

Color Harmonies of #C5884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5884A

Black with #C5884A

Text Example


Text Example

White with #C5884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5884A; }

 p { color: rgb(197,136,74); }

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

background-color css

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

 a { background-color: rgb(197,136,74); }

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

border-color css

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

 span { border-color: rgb(197,136,74); }

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