#3F3D12

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

Shades of Madras #3F3D12

Tints of Madras #3F3D12

Color information

#3F3D12 (or 0x3F3D12) is unknown color: approx Madras. HEX triplet: 3F, 3D and 12. RGB value is (63,61,18). Sum of RGB (Red+Green+Blue) = 63+61+18=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D12 is #C0C2ED. Grayscale: #383838. Windows color (decimal): -12632814 or 1195327. OLE color: 1195327.

HSL color Cylindrical-coordinate representation of color #3F3D12: hue angle of 57.33º 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 #3F3D12 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB636118-
CMYK00.030.710.75
HSL57.33º55.56%15.88%-
HSV(B)57.33º71.43%24.71%-
XYZ3.834.441.23-
YUV56.7106.16132.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=44.37%
G=42.96%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63611800.030.710.7557.3355.5615.88
Hex3F3D1203474B393810
Octal77752203107113717020
Binary111111111101100100111000111100101111100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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