#3F370A

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

Shades of Madras #3F370A

Tints of Madras #3F370A

Color information

#3F370A (or 0x3F370A) is unknown color: approx Madras. HEX triplet: 3F, 37 and 0A. RGB value is (63,55,10). Sum of RGB (Red+Green+Blue) = 63+55+10=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F370A is #C0C8F5. Grayscale: #343434. Windows color (decimal): -12634358 or 669503. OLE color: 669503.

HSL color Cylindrical-coordinate representation of color #3F370A: hue angle of 50.94º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F370A is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB635510-
CMYK00.130.840.75
HSL50.94º72.6%14.31%-
HSV(B)50.94º84.13%24.71%-
XYZ3.473.810.84-
YUV52.26104.15135.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=49.22%
G=42.97%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63551000.130.840.7550.9472.614.31
Hex3F37A0D544B3349e
Octal7767120151241136311116
Binary1111111101111010011011010100100101111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,10); }

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

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

 a { background-color: rgb(63,55,10); }

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

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

 span { border-color: rgb(63,55,10); }

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