#4F3E10

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

Shades of Madras #4F3E10

Tints of Madras #4F3E10

Color information

#4F3E10 (or 0x4F3E10) is unknown color: approx Madras. HEX triplet: 4F, 3E and 10. RGB value is (79,62,16). Sum of RGB (Red+Green+Blue) = 79+62+16=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3E10 is #B0C1EF. Grayscale: #3E3E3E. Windows color (decimal): -11583984 or 1064527. OLE color: 1064527.

HSL color Cylindrical-coordinate representation of color #4F3E10: hue angle of 43.81º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F3E10 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB796216-
CMYK00.220.800.69
HSL43.81º66.32%18.63%-
HSV(B)43.81º79.75%30.98%-
XYZ5.045.141.22-
YUV61.84102.13140.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.32%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=50.32%
G=39.49%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79621600.220.800.6943.8166.3218.63
Hex4F3E1001650452c4213
Octal11776200261201055410223
Binary10011111111101000001011010100001000101101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3E10; }

 p { color: rgb(79,62,16); }

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

<style>
 a { background-color: #4F3E10; }

 a { background-color: rgb(79,62,16); }

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

<style>
 span { border-color: #4F3E10; }

 span { border-color: rgb(79,62,16); }

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