#3E3606

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

Shades of Madras #3E3606

Tints of Madras #3E3606

Color information

#3E3606 (or 0x3E3606) is unknown color: approx Madras. HEX triplet: 3E, 36 and 06. RGB value is (62,54,6). Sum of RGB (Red+Green+Blue) = 62+54+6=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3606 is #C1C9F9. Grayscale: #333333. Windows color (decimal): -12700154 or 407102. OLE color: 407102.

HSL color Cylindrical-coordinate representation of color #3E3606: hue angle of 51.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E3606 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB62546-
CMYK00.130.900.76
HSL51.43º82.35%13.33%-
HSV(B)51.43º90.32%24.31%-
XYZ3.343.680.71-
YUV50.92102.65135.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50.82%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=50.82%
G=44.26%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6254600.130.900.7651.4382.3513.33
Hex3E3660D5A4C3352d
Octal766660151321146312215
Binary111110110110110011011011010100110011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,6); }

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

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

 a { background-color: rgb(62,54,6); }

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

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

 span { border-color: rgb(62,54,6); }

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