#4F4102

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

Shades of Madras #4F4102

Tints of Madras #4F4102

Color information

#4F4102 (or 0x4F4102) is unknown color: approx Madras. HEX triplet: 4F, 41 and 02. RGB value is (79,65,2). Sum of RGB (Red+Green+Blue) = 79+65+2=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4102 is #B0BEFD. Grayscale: #3E3E3E. Windows color (decimal): -11583230 or 147791. OLE color: 147791.

HSL color Cylindrical-coordinate representation of color #4F4102: hue angle of 49.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F4102 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB79652-
CMYK00.180.970.69
HSL49.09º95.06%15.88%-
HSV(B)49.09º97.47%30.98%-
XYZ5.135.450.84-
YUV6294.14140.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=54.11%
G=44.52%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7965200.180.970.6949.0995.0615.88
Hex4F4120126145315f10
Octal11710120221411056113720
Binary100111110000011001001011000011000101110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,2); }

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

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

 a { background-color: rgb(79,65,2); }

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

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

 span { border-color: rgb(79,65,2); }

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