#3F370E

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

Shades of Madras #3F370E

Tints of Madras #3F370E

Color information

#3F370E (or 0x3F370E) is unknown color: approx Madras. HEX triplet: 3F, 37 and 0E. RGB value is (63,55,14). Sum of RGB (Red+Green+Blue) = 63+55+14=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F370E is #C0C8F1. Grayscale: #343434. Windows color (decimal): -12634354 or 931647. OLE color: 931647.

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

Color convert

RGB635514-
CMYK00.130.780.75
HSL50.2º63.64%15.1%-
HSV(B)50.2º77.78%24.71%-
XYZ3.53.820.97-
YUV52.72106.15135.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=47.73%
G=41.67%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63551400.130.780.7550.263.6415.1
Hex3F37E0D4E4B3240f
Octal7767160151161136210017
Binary1111111101111110011011001110100101111001010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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