#3F3A14

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

Shades of Madras #3F3A14

Tints of Madras #3F3A14

Color information

#3F3A14 (or 0x3F3A14) is unknown color: approx Madras. HEX triplet: 3F, 3A and 14. RGB value is (63,58,20). Sum of RGB (Red+Green+Blue) = 63+58+20=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A14 is #C0C5EB. Grayscale: #373737. Windows color (decimal): -12633580 or 1325631. OLE color: 1325631.

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

Color convert

RGB635820-
CMYK00.080.680.75
HSL53.02º51.81%16.27%-
HSV(B)53.02º68.25%24.71%-
XYZ3.694.131.27-
YUV55.16108.16133.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=44.68%
G=41.13%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63582000.080.680.7553.0251.8116.27
Hex3F3A1408444B353410
Octal777224010104113656420
Binary11111111101010100010001000100100101111010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,20); }

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

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

 a { background-color: rgb(63,58,20); }

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

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

 span { border-color: rgb(63,58,20); }

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