#3E380C

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

Shades of Madras #3E380C

Tints of Madras #3E380C

Color information

#3E380C (or 0x3E380C) is unknown color: approx Madras. HEX triplet: 3E, 38 and 0C. RGB value is (62,56,12). Sum of RGB (Red+Green+Blue) = 62+56+12=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E380C is #C1C7F3. Grayscale: #343434. Windows color (decimal): -12699636 or 800830. OLE color: 800830.

HSL color Cylindrical-coordinate representation of color #3E380C: hue angle of 52.8º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E380C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.76.

Color convert

RGB625612-
CMYK00.100.810.76
HSL52.8º67.57%14.51%-
HSV(B)52.8º80.65%24.31%-
XYZ3.473.880.91-
YUV52.78104.99134.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=47.69%
G=43.08%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62561200.100.810.7652.867.5714.51
Hex3E38C0A514C3544f
Octal7670140121211146510417
Binary1111101110001100010101010001100110011010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E380C; }

 p { color: rgb(62,56,12); }

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

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

 a { background-color: rgb(62,56,12); }

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

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

 span { border-color: rgb(62,56,12); }

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