#C38A48

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

Shades of Tussock #C38A48

Tints of Tussock #C38A48

Color information

#C38A48 (or 0xC38A48) is unknown color: approx Tussock. HEX triplet: C3, 8A and 48. RGB value is (195,138,72). Sum of RGB (Red+Green+Blue) = 195+138+72=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A48 is #3C75B7. Grayscale: #939393. Windows color (decimal): -3962296 or 4754115. OLE color: 4754115.

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

Color convert

RGB19513872-
CMYK00.290.630.24
HSL32.2º50.62%52.35%-
HSV(B)32.2º63.08%76.47%-
XYZ32.7630.2510.24-
YUV147.5285.38161.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=48.15%
G=34.07%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951387200.290.630.2432.250.6252.35
HexC38A4801D3F18203334
Octal3032121100357730406364
Binary1100001110001010100100001110111111111000100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A48; }

 p { color: rgb(195,138,72); }

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

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

 a { background-color: rgb(195,138,72); }

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

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

 span { border-color: rgb(195,138,72); }

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