#4B3A07

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

Shades of Madras #4B3A07

Tints of Madras #4B3A07

Color information

#4B3A07 (or 0x4B3A07) is unknown color: approx Madras. HEX triplet: 4B, 3A and 07. RGB value is (75,58,7). Sum of RGB (Red+Green+Blue) = 75+58+7=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3A07 is #B4C5F8. Grayscale: #393939. Windows color (decimal): -11847161 or 473675. OLE color: 473675.

HSL color Cylindrical-coordinate representation of color #4B3A07: hue angle of 45º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B3A07 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB75587-
CMYK00.230.910.71
HSL45º82.93%16.08%-
HSV(B)45º90.67%29.41%-
XYZ4.454.540.84-
YUV57.2799.63140.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 7 (3.12% from 255) = 5%
R=53.57%
G=41.43%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7558700.230.910.714582.9316.08
Hex4B3A70175B472d5310
Octal1137270271331075512320
Binary100101111101011101011110110111000111101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,7); }

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

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

 a { background-color: rgb(75,58,7); }

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

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

 span { border-color: rgb(75,58,7); }

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