#3F3805

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

Shades of Madras #3F3805

Tints of Madras #3F3805

Color information

#3F3805 (or 0x3F3805) is unknown color: approx Madras. HEX triplet: 3F, 38 and 05. RGB value is (63,56,5). Sum of RGB (Red+Green+Blue) = 63+56+5=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3805 is #C0C7FA. Grayscale: #343434. Windows color (decimal): -12634107 or 342079. OLE color: 342079.

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

Color convert

RGB63565-
CMYK00.110.920.75
HSL52.76º85.29%13.33%-
HSV(B)52.76º92.06%24.71%-
XYZ3.493.90.71-
YUV52.28101.32135.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=50.81%
G=45.16%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6356500.110.920.7552.7685.2913.33
Hex3F3850B5C4B3555d
Octal777050131341136512515
Binary111111111000101010111011100100101111010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,5); }

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

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

 a { background-color: rgb(63,56,5); }

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

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

 span { border-color: rgb(63,56,5); }

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