#3F3B12

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

Shades of Madras #3F3B12

Tints of Madras #3F3B12

Color information

#3F3B12 (or 0x3F3B12) is unknown color: approx Madras. HEX triplet: 3F, 3B and 12. RGB value is (63,59,18). Sum of RGB (Red+Green+Blue) = 63+59+18=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B12 is #C0C4ED. Grayscale: #373737. Windows color (decimal): -12633326 or 1194815. OLE color: 1194815.

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

Color convert

RGB635918-
CMYK00.060.710.75
HSL54.67º55.56%15.88%-
HSV(B)54.67º71.43%24.71%-
XYZ3.724.231.19-
YUV55.52106.83133.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 59 (23.44% from 255) = 42.14%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=45%
G=42.14%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63591800.060.710.7554.6755.5615.88
Hex3F3B1206474B373810
Octal77732206107113677020
Binary1111111110111001001101000111100101111011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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