#4B3E02

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

Shades of Madras #4B3E02

Tints of Madras #4B3E02

Color information

#4B3E02 (or 0x4B3E02) is unknown color: approx Madras. HEX triplet: 4B, 3E and 02. RGB value is (75,62,2). Sum of RGB (Red+Green+Blue) = 75+62+2=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E02 is #B4C1FD. Grayscale: #3B3B3B. Windows color (decimal): -11846142 or 147019. OLE color: 147019.

HSL color Cylindrical-coordinate representation of color #4B3E02: hue angle of 49.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B3E02 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB75622-
CMYK00.170.970.71
HSL49.32º94.81%15.1%-
HSV(B)49.32º97.33%29.41%-
XYZ4.644.950.77-
YUV59.0595.81139.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=53.96%
G=44.60%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7562200.170.970.7149.3294.8115.1
Hex4B3E20116147315ff
Octal1137620211411076113717
Binary1001011111110100100011100001100011111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,62,2); }

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

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

 a { background-color: rgb(75,62,2); }

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

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

 span { border-color: rgb(75,62,2); }

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