#4F3A02

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

Shades of Madras #4F3A02

Tints of Madras #4F3A02

Color information

#4F3A02 (or 0x4F3A02) is unknown color: approx Madras. HEX triplet: 4F, 3A and 02. RGB value is (79,58,2). Sum of RGB (Red+Green+Blue) = 79+58+2=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3A02 is #B0C5FD. Grayscale: #3A3A3A. Windows color (decimal): -11585022 or 145999. OLE color: 145999.

HSL color Cylindrical-coordinate representation of color #4F3A02: hue angle of 43.64º 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 #4F3A02 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB79582-
CMYK00.270.970.69
HSL43.64º95.06%15.88%-
HSV(B)43.64º97.47%30.98%-
XYZ4.754.690.71-
YUV57.996.46143.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.83%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=56.83%
G=41.73%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7958200.270.970.6943.6495.0615.88
Hex4F3A201B61452c5f10
Octal1177220331411055413720
Binary10011111110101001101111000011000101101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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