Html Css Color HEX #C5894A Tussock

📋 copy color: '#C5894A'

red 197 ◦ green 137 ◦ blue 74

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

Shades of Tussock #C5894A

Tints of Tussock #C5894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 48.28%
G = 33.58%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5894A (or 0xC5894A) is known color: Tussock. HEX triplet: C5, 89 and 4A. RGB value is (197,137,74). Sum of RGB (Red+Green+Blue) = 197+137+74=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5894A is #3A76B5. Grayscale: #949494. Windows color (decimal): -3831478 or 4884933. OLE color: 4884933.

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

Color convert

RGB 197 137 74 -
CMYK 0 0.30 0.62 0.23
HSL 30.73º 0.51% 0.53% -
HSV(B) 30.73º 0.62% 0.77% -
XYZ 33.21 30.26 10.57 -
YUV 147.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 197 137 74 0 0.30 0.62 0.23 30.73 0.51 0.53
Hex C5 89 4A 0 1E 3E 17 1F 33 35
Octal 305 211 112 0 36 76 27 37 63 65
Binary 11000101 10001001 1001010 0 11110 111110 10111 11111 110011 110101

Color Harmonies of #C5894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5894A

Black with #C5894A

Text Example


Text Example

White with #C5894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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