#4B370D

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

Shades of Madras #4B370D

Tints of Madras #4B370D

Color information

#4B370D (or 0x4B370D) is unknown color: approx Madras. HEX triplet: 4B, 37 and 0D. RGB value is (75,55,13). Sum of RGB (Red+Green+Blue) = 75+55+13=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B370D is #B4C8F2. Grayscale: #383838. Windows color (decimal): -11847923 or 866123. OLE color: 866123.

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

Color convert

RGB755513-
CMYK00.270.830.71
HSL40.65º70.45%17.25%-
HSV(B)40.65º82.67%29.41%-
XYZ4.344.260.97-
YUV56.19103.63141.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=52.45%
G=38.46%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75551300.270.830.7140.6570.4517.25
Hex4B37D01B5347294611
Octal11367150331231075110621
Binary1001011110111110101101110100111000111101001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,13); }

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

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

 a { background-color: rgb(75,55,13); }

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

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

 span { border-color: rgb(75,55,13); }

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