#4F480A

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

Shades of Madras #4F480A

Tints of Madras #4F480A

Color information

#4F480A (or 0x4F480A) is unknown color: approx Madras. HEX triplet: 4F, 48 and 0A. RGB value is (79,72,10). Sum of RGB (Red+Green+Blue) = 79+72+10=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F480A is #B0B7F5. Grayscale: #434343. Windows color (decimal): -11581430 or 673871. OLE color: 673871.

HSL color Cylindrical-coordinate representation of color #4F480A: hue angle of 53.91º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F480A is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB797210-
CMYK00.090.870.69
HSL53.91º77.53%17.45%-
HSV(B)53.91º87.34%30.98%-
XYZ5.66.321.21-
YUV67.0295.82136.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=49.07%
G=44.72%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79721000.090.870.6953.9177.5317.45
Hex4F48A095745364e11
Octal117110120111271056611621
Binary1001111100100010100100110101111000101110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,10); }

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

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

 a { background-color: rgb(79,72,10); }

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

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

 span { border-color: rgb(79,72,10); }

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