Html Css Color HEX #C5884C Tussock

📋 copy color: '#C5884C'

red 197 ◦ green 136 ◦ blue 76

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

Shades of Tussock #C5884C

Tints of Tussock #C5884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 48.17%
G = 33.25%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5884C (or 0xC5884C) is known color: Tussock. HEX triplet: C5, 88 and 4C. RGB value is (197,136,76). Sum of RGB (Red+Green+Blue) = 197+136+76=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5884C is #3A77B3. Grayscale: #939393. Windows color (decimal): -3831732 or 5015749. OLE color: 5015749.

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

Color convert

RGB 197 136 76 -
CMYK 0 0.31 0.61 0.23
HSL 29.75º 0.51% 0.54% -
HSV(B) 29.75º 0.61% 0.77% -
XYZ 33.13 30 10.88 -
YUV 147.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 197 136 76 0 0.31 0.61 0.23 29.75 0.51 0.54
Hex C5 88 4C 0 1F 3D 17 1E 33 36
Octal 305 210 114 0 37 75 27 36 63 66
Binary 11000101 10001000 1001100 0 11111 111101 10111 11110 110011 110110

Color Harmonies of #C5884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5884C

Black with #C5884C

Text Example


Text Example

White with #C5884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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