#3E3802

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

Shades of Madras #3E3802

Tints of Madras #3E3802

Color information

#3E3802 (or 0x3E3802) is unknown color: approx Madras. HEX triplet: 3E, 38 and 02. RGB value is (62,56,2). Sum of RGB (Red+Green+Blue) = 62+56+2=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3802 is #C1C7FD. Grayscale: #333333. Windows color (decimal): -12699646 or 145470. OLE color: 145470.

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

Color convert

RGB62562-
CMYK00.100.970.76
HSL54º93.75%12.55%-
HSV(B)54º96.77%24.31%-
XYZ3.413.860.62-
YUV51.6499.99135.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.67%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=51.67%
G=46.67%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6256200.100.970.765493.7512.55
Hex3E3820A614C365ed
Octal767020121411146613615
Binary11111011100010010101100001100110011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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