Html Css Color HEX #C5874C Tussock

📋 copy color: '#C5874C'

red 197 ◦ green 135 ◦ blue 76

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

Shades of Tussock #C5874C

Tints of Tussock #C5874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 48.28%
G = 33.09%
B = 18.63%

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

#C5874C (or 0xC5874C) is known color: Tussock. HEX triplet: C5, 87 and 4C. RGB value is (197,135,76). Sum of RGB (Red+Green+Blue) = 197+135+76=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5874C is #3A78B3. Grayscale: #939393. Windows color (decimal): -3831988 or 5015493. OLE color: 5015493.

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

Color convert

RGB 197 135 76 -
CMYK 0 0.31 0.61 0.23
HSL 29.26º 0.51% 0.54% -
HSV(B) 29.26º 0.61% 0.77% -
XYZ 32.99 29.72 10.84 -
YUV 146.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 197 135 76 0 0.31 0.61 0.23 29.26 0.51 0.54
Hex C5 87 4C 0 1F 3D 17 1D 33 36
Octal 305 207 114 0 37 75 27 35 63 66
Binary 11000101 10000111 1001100 0 11111 111101 10111 11101 110011 110110

Color Harmonies of #C5874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5874C

Black with #C5874C

Text Example


Text Example

White with #C5874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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