#3F3607

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

Shades of Madras #3F3607

Tints of Madras #3F3607

Color information

#3F3607 (or 0x3F3607) is unknown color: approx Madras. HEX triplet: 3F, 36 and 07. RGB value is (63,54,7). Sum of RGB (Red+Green+Blue) = 63+54+7=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3607 is #C0C9F8. Grayscale: #333333. Windows color (decimal): -12634617 or 472639. OLE color: 472639.

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

Color convert

RGB63547-
CMYK00.140.890.75
HSL50.36º80%13.73%-
HSV(B)50.36º88.89%24.71%-
XYZ3.413.710.74-
YUV51.33102.98136.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=50.81%
G=43.55%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6354700.140.890.7550.368013.73
Hex3F3670E594B3250e
Octal776670161311136212016
Binary111111110110111011101011001100101111001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,7); }

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

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

 a { background-color: rgb(63,54,7); }

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

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

 span { border-color: rgb(63,54,7); }

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