#4B3A0A

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

Shades of Madras #4B3A0A

Tints of Madras #4B3A0A

Color information

#4B3A0A (or 0x4B3A0A) is unknown color: approx Madras. HEX triplet: 4B, 3A and 0A. RGB value is (75,58,10). Sum of RGB (Red+Green+Blue) = 75+58+10=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3A0A is #B4C5F5. Grayscale: #393939. Windows color (decimal): -11847158 or 670283. OLE color: 670283.

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

Color convert

RGB755810-
CMYK00.230.870.71
HSL44.31º76.47%16.67%-
HSV(B)44.31º86.67%29.41%-
XYZ4.474.540.93-
YUV57.61101.13140.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=52.45%
G=40.56%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75581000.230.870.7144.3176.4716.67
Hex4B3AA01757472c4c11
Octal11372120271271075411421
Binary1001011111010101001011110101111000111101100100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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