#3F3704

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

Shades of Madras #3F3704

Tints of Madras #3F3704

Color information

#3F3704 (or 0x3F3704) is unknown color: approx Madras. HEX triplet: 3F, 37 and 04. RGB value is (63,55,4). Sum of RGB (Red+Green+Blue) = 63+55+4=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3704 is #C0C8FB. Grayscale: #333333. Windows color (decimal): -12634364 or 276287. OLE color: 276287.

HSL color Cylindrical-coordinate representation of color #3F3704: hue angle of 51.86º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F3704 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB63554-
CMYK00.130.940.75
HSL51.86º88.06%13.14%-
HSV(B)51.86º93.65%24.71%-
XYZ3.443.80.67-
YUV51.58101.15136.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=51.64%
G=45.08%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6355400.130.940.7551.8688.0613.14
Hex3F3740D5E4B3458d
Octal776740151361136413015
Binary111111110111100011011011110100101111010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,4); }

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

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

 a { background-color: rgb(63,55,4); }

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

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

 span { border-color: rgb(63,55,4); }

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