Html Css Color HEX #C5884B Tussock

📋 copy color: '#C5884B'

red 197 ◦ green 136 ◦ blue 75

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

Shades of Tussock #C5884B

Tints of Tussock #C5884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 48.28%
G = 33.33%
B = 18.38%

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

#C5884B (or 0xC5884B) is known color: Tussock. HEX triplet: C5, 88 and 4B. RGB value is (197,136,75). Sum of RGB (Red+Green+Blue) = 197+136+75=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5884B is #3A77B4. Grayscale: #939393. Windows color (decimal): -3831733 or 4950213. OLE color: 4950213.

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

Color convert

RGB 197 136 75 -
CMYK 0 0.31 0.62 0.23
HSL 30º 0.51% 0.53% -
HSV(B) 30º 0.62% 0.77% -
XYZ 33.1 29.99 10.7 -
YUV 147.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 197 136 75 0 0.31 0.62 0.23 30 0.51 0.53
Hex C5 88 4B 0 1F 3E 17 1E 33 35
Octal 305 210 113 0 37 76 27 36 63 65
Binary 11000101 10001000 1001011 0 11111 111110 10111 11110 110011 110101

Color Harmonies of #C5884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5884B

Black with #C5884B

Text Example


Text Example

White with #C5884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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