#3F3808

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

Shades of Madras #3F3808

Tints of Madras #3F3808

Color information

#3F3808 (or 0x3F3808) is unknown color: approx Madras. HEX triplet: 3F, 38 and 08. RGB value is (63,56,8). Sum of RGB (Red+Green+Blue) = 63+56+8=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3808 is #C0C7F7. Grayscale: #343434. Windows color (decimal): -12634104 or 538687. OLE color: 538687.

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

Color convert

RGB63568-
CMYK00.110.870.75
HSL52.36º77.46%13.92%-
HSV(B)52.36º87.3%24.71%-
XYZ3.513.90.8-
YUV52.62102.82135.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=49.61%
G=44.09%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6356800.110.870.7552.3677.4613.92
Hex3F3880B574B344de
Octal7770100131271136411516
Binary1111111110001000010111010111100101111010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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