#4F3D02

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

Shades of Madras #4F3D02

Tints of Madras #4F3D02

Color information

#4F3D02 (or 0x4F3D02) is unknown color: approx Madras. HEX triplet: 4F, 3D and 02. RGB value is (79,61,2). Sum of RGB (Red+Green+Blue) = 79+61+2=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3D02 is #B0C2FD. Grayscale: #3B3B3B. Windows color (decimal): -11584254 or 146767. OLE color: 146767.

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

Color convert

RGB79612-
CMYK00.230.970.69
HSL45.97º95.06%15.88%-
HSV(B)45.97º97.47%30.98%-
XYZ4.950.76-
YUV59.6695.46141.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=55.63%
G=42.96%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7961200.230.970.6945.9795.0615.88
Hex4F3D201761452e5f10
Octal1177520271411055613720
Binary10011111111011001011111000011000101101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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