#3F3B03

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

Shades of Madras #3F3B03

Tints of Madras #3F3B03

Color information

#3F3B03 (or 0x3F3B03) is unknown color: approx Madras. HEX triplet: 3F, 3B and 03. RGB value is (63,59,3). Sum of RGB (Red+Green+Blue) = 63+59+3=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B03 is #C0C4FC. Grayscale: #363636. Windows color (decimal): -12633341 or 211775. OLE color: 211775.

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

Color convert

RGB63593-
CMYK00.060.950.75
HSL56º90.91%12.94%-
HSV(B)56º95.24%24.71%-
XYZ3.634.190.7-
YUV53.8199.33134.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=50.4%
G=47.2%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6359300.060.950.755690.9112.94
Hex3F3B3065F4B385bd
Octal77733061371137013315
Binary1111111110111101101011111100101111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,59,3); }

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

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

 a { background-color: rgb(63,59,3); }

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

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

 span { border-color: rgb(63,59,3); }

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