#46370D

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

Shades of Madras #46370D

Tints of Madras #46370D

Color information

#46370D (or 0x46370D) is unknown color: approx Madras. HEX triplet: 46, 37 and 0D. RGB value is (70,55,13). Sum of RGB (Red+Green+Blue) = 70+55+13=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46370D is #B9C8F2. Grayscale: #363636. Windows color (decimal): -12175603 or 866118. OLE color: 866118.

HSL color Cylindrical-coordinate representation of color #46370D: hue angle of 44.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46370D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB705513-
CMYK00.210.810.73
HSL44.21º68.67%16.27%-
HSV(B)44.21º81.43%27.45%-
XYZ3.964.060.96-
YUV54.7104.47138.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=50.72%
G=39.86%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70551300.210.810.7344.2168.6716.27
Hex4637D01551492c4510
Octal10667150251211115410520
Binary1000110110111110101010110100011001001101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46370D; }

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

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

<style>
 a { background-color: #46370D; }

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

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

<style>
 span { border-color: #46370D; }

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

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