Html Css Color HEX #C4874C Tussock

📋 copy color: '#C4874C'

red 196 ◦ green 135 ◦ blue 76

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

Shades of Tussock #C4874C

Tints of Tussock #C4874C

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

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

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

R = 48.16%
G = 33.17%
B = 18.67%

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

#C4874C (or 0xC4874C) is known color: Tussock. HEX triplet: C4, 87 and 4C. RGB value is (196,135,76). Sum of RGB (Red+Green+Blue) = 196+135+76=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4874C is #3B78B3. Grayscale: #929292. Windows color (decimal): -3897524 or 5015492. OLE color: 5015492.

HSL color Cylindrical-coordinate representation of color #C4874C: hue angle of 29.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4874C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 135 76 -
CMYK 0 0.31 0.61 0.23
HSL 29.5º 0.5% 0.53% -
HSV(B) 29.5º 0.61% 0.77% -
XYZ 32.73 29.59 10.82 -
YUV 146.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 196 135 76 0 0.31 0.61 0.23 29.5 0.5 0.53
Hex C4 87 4C 0 1F 3D 17 1E 32 35
Octal 304 207 114 0 37 75 27 36 62 65
Binary 11000100 10000111 1001100 0 11111 111101 10111 11110 110010 110101

Color Harmonies of #C4874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4874C

Black with #C4874C

Text Example


Text Example

White with #C4874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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