Html Css Color HEX #C5994B Tussock

📋 copy color: '#C5994B'

red 197 ◦ green 153 ◦ blue 75

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

Shades of Tussock #C5994B

Tints of Tussock #C5994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

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

R = 46.35%
G = 36%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5994B (or 0xC5994B) is known color: Tussock. HEX triplet: C5, 99 and 4B. RGB value is (197,153,75). Sum of RGB (Red+Green+Blue) = 197+153+75=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5994B is #3A66B4. Grayscale: #9D9D9D. Windows color (decimal): -3827381 or 4954565. OLE color: 4954565.

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

Color convert

RGB 197 153 75 -
CMYK 0 0.22 0.62 0.23
HSL 38.36º 0.51% 0.53% -
HSV(B) 38.36º 0.62% 0.77% -
XYZ 35.69 35.16 11.56 -
YUV 157.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 197 153 75 0 0.22 0.62 0.23 38.36 0.51 0.53
Hex C5 99 4B 0 16 3E 17 26 33 35
Octal 305 231 113 0 26 76 27 46 63 65
Binary 11000101 10011001 1001011 0 10110 111110 10111 100110 110011 110101

Color Harmonies of #C5994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5994B

Black with #C5994B

Text Example


Text Example

White with #C5994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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