#4F3A01

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

Shades of Madras #4F3A01

Tints of Madras #4F3A01

Color information

#4F3A01 (or 0x4F3A01) is unknown color: approx Madras. HEX triplet: 4F, 3A and 01. RGB value is (79,58,1). Sum of RGB (Red+Green+Blue) = 79+58+1=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3A01 is #B0C5FE. Grayscale: #3A3A3A. Windows color (decimal): -11585023 or 80463. OLE color: 80463.

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

Color convert

RGB79581-
CMYK00.270.990.69
HSL43.85º97.5%15.69%-
HSV(B)43.85º98.73%30.98%-
XYZ4.744.690.68-
YUV57.7895.96143.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=57.25%
G=42.03%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7958100.270.990.6943.8597.515.69
Hex4F3A101B63452c6210
Octal1177210331431055414220
Binary1001111111010101101111000111000101101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,58,1); }

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

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

 a { background-color: rgb(79,58,1); }

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

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

 span { border-color: rgb(79,58,1); }

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