#3F3706

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

Shades of Madras #3F3706

Tints of Madras #3F3706

Color information

#3F3706 (or 0x3F3706) is unknown color: approx Madras. HEX triplet: 3F, 37 and 06. RGB value is (63,55,6). Sum of RGB (Red+Green+Blue) = 63+55+6=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3706 is #C0C8F9. Grayscale: #343434. Windows color (decimal): -12634362 or 407359. OLE color: 407359.

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

Color convert

RGB63556-
CMYK00.130.900.75
HSL51.58º82.61%13.53%-
HSV(B)51.58º90.48%24.71%-
XYZ3.453.80.72-
YUV51.81102.15135.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=50.81%
G=44.35%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6355600.130.900.7551.5882.6113.53
Hex3F3760D5A4B3453e
Octal776760151321136412316
Binary111111110111110011011011010100101111010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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