Html Css Color HEX #C5934A Tussock

📋 copy color: '#C5934A'

red 197 ◦ green 147 ◦ blue 74

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

Shades of Tussock #C5934A

Tints of Tussock #C5934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 47.13%
G = 35.17%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5934A (or 0xC5934A) is known color: Tussock. HEX triplet: C5, 93 and 4A. RGB value is (197,147,74). Sum of RGB (Red+Green+Blue) = 197+147+74=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5934A is #3A6CB5. Grayscale: #999999. Windows color (decimal): -3828918 or 4887493. OLE color: 4887493.

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

Color convert

RGB 197 147 74 -
CMYK 0 0.25 0.62 0.23
HSL 35.61º 0.51% 0.53% -
HSV(B) 35.61º 0.62% 0.77% -
XYZ 34.7 33.23 11.06 -
YUV 153.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 197 147 74 0 0.25 0.62 0.23 35.61 0.51 0.53
Hex C5 93 4A 0 19 3E 17 24 33 35
Octal 305 223 112 0 31 76 27 44 63 65
Binary 11000101 10010011 1001010 0 11001 111110 10111 100100 110011 110101

Color Harmonies of #C5934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5934A

Black with #C5934A

Text Example


Text Example

White with #C5934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5934A; }

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

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

background-color css

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

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

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

border-color css

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

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

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