#3F3903

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

Shades of Madras #3F3903

Tints of Madras #3F3903

Color information

#3F3903 (or 0x3F3903) is unknown color: approx Madras. HEX triplet: 3F, 39 and 03. RGB value is (63,57,3). Sum of RGB (Red+Green+Blue) = 63+57+3=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3903 is #C0C6FC. Grayscale: #343434. Windows color (decimal): -12633853 or 211263. OLE color: 211263.

HSL color Cylindrical-coordinate representation of color #3F3903: hue angle of 54º 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 #3F3903 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB63573-
CMYK00.100.950.75
HSL54º90.91%12.94%-
HSV(B)54º95.24%24.71%-
XYZ3.533.990.67-
YUV52.6499.99135.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=51.22%
G=46.34%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6357300.100.950.755490.9112.94
Hex3F3930A5F4B365bd
Octal777130121371136613315
Binary11111111100111010101011111100101111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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