#C38E47

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

Shades of Tussock #C38E47

Tints of Tussock #C38E47

Color information

#C38E47 (or 0xC38E47) is unknown color: approx Tussock. HEX triplet: C3, 8E and 47. RGB value is (195,142,71). Sum of RGB (Red+Green+Blue) = 195+142+71=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E47 is #3C71B8. Grayscale: #969696. Windows color (decimal): -3961273 or 4689603. OLE color: 4689603.

HSL color Cylindrical-coordinate representation of color #C38E47: hue angle of 34.35º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C38E47 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19514271-
CMYK00.270.640.24
HSL34.35º50.82%52.16%-
HSV(B)34.35º63.59%76.47%-
XYZ33.3231.410.27-
YUV149.7583.56160.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=47.79%
G=34.80%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951427100.270.640.2434.3550.8252.16
HexC38E4701B4018223334
Octal30321610703310030426364
Binary11000011100011101000111011011100000011000100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E47; }

 p { color: rgb(195,142,71); }

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

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

 a { background-color: rgb(195,142,71); }

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

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

 span { border-color: rgb(195,142,71); }

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