#3F3817

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

Shades of Madras #3F3817

Tints of Madras #3F3817

Color information

#3F3817 (or 0x3F3817) is unknown color: approx Madras. HEX triplet: 3F, 38 and 17. RGB value is (63,56,23). Sum of RGB (Red+Green+Blue) = 63+56+23=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3817 is #C0C7E8. Grayscale: #363636. Windows color (decimal): -12634089 or 1521727. OLE color: 1521727.

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

Color convert

RGB635623-
CMYK00.110.630.75
HSL49.5º46.51%16.86%-
HSV(B)49.5º63.49%24.71%-
XYZ3.623.951.38-
YUV54.33110.32134.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=44.37%
G=39.44%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63562300.110.630.7549.546.5116.86
Hex3F38170B3F4B322f11
Octal77702701377113625721
Binary1111111110001011101011111111100101111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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