#C3874B

Color #C3874B Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C3874B

Tints of Tussock #C3874B

Color information

#C3874B (or 0xC3874B) is unknown color: approx Tussock. HEX triplet: C3, 87 and 4B. RGB value is (195,135,75). Sum of RGB (Red+Green+Blue) = 195+135+75=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3874B is #3C78B4. Grayscale: #929292. Windows color (decimal): -3963061 or 4949955. OLE color: 4949955.

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

Color convert

RGB19513575-
CMYK00.310.620.24
HSL30º50%52.94%-
HSV(B)30º61.54%76.47%-
XYZ32.4429.4410.63-
YUV146.187.88162.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951357500.310.620.24305052.94
HexC3874B01F3E181e3235
Octal3032071130377630366265
Binary110000111000011110010110111111111101100011110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3874B; }

 p { color: rgb(195,135,75); }

 H1.HeaderClassName
 {
   color: #C3874B;
 }
 .AnyTagClassName
 {
   color: #C3874B;
 }
</style>
background-color css

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

 a { background-color: rgb(195,135,75); }

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

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

 span { border-color: rgb(195,135,75); }

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