#C3894B

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

Shades of Tussock #C3894B

Tints of Tussock #C3894B

Color information

#C3894B (or 0xC3894B) is unknown color: approx Tussock. HEX triplet: C3, 89 and 4B. RGB value is (195,137,75). Sum of RGB (Red+Green+Blue) = 195+137+75=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3894B is #3C76B4. Grayscale: #939393. Windows color (decimal): -3962549 or 4950467. OLE color: 4950467.

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

Color convert

RGB19513775-
CMYK00.300.620.24
HSL31º50%52.94%-
HSV(B)31º61.54%76.47%-
XYZ32.723010.72-
YUV147.2787.22162.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=47.91%
G=33.66%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951377500.300.620.24315052.94
HexC3894B01E3E181f3235
Octal3032111130367630376265
Binary110000111000100110010110111101111101100011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3894B; }

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

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

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

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

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

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

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

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