#C38F4D

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

Shades of Tussock #C38F4D

Tints of Tussock #C38F4D

Color information

#C38F4D (or 0xC38F4D) is unknown color: approx Tussock. HEX triplet: C3, 8F and 4D. RGB value is (195,143,77). Sum of RGB (Red+Green+Blue) = 195+143+77=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F4D is #3C70B2. Grayscale: #979797. Windows color (decimal): -3961011 or 5083075. OLE color: 5083075.

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

Color convert

RGB19514377-
CMYK00.270.610.24
HSL33.56º49.58%53.33%-
HSV(B)33.56º60.51%76.47%-
XYZ33.6731.7811.38-
YUV151.0286.23159.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=46.99%
G=34.46%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951437700.270.610.2433.5649.5853.33
HexC38F4D01B3D18223235
Octal3032171150337530426265
Binary1100001110001111100110101101111110111000100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F4D; }

 p { color: rgb(195,143,77); }

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

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

 a { background-color: rgb(195,143,77); }

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

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

 span { border-color: rgb(195,143,77); }

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