#463919

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

Shades of Madras #463919

Tints of Madras #463919

Color information

#463919 (or 0x463919) is unknown color: approx Madras. HEX triplet: 46, 39 and 19. RGB value is (70,57,25). Sum of RGB (Red+Green+Blue) = 70+57+25=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463919 is #B9C6E6. Grayscale: #393939. Windows color (decimal): -12175079 or 1653062. OLE color: 1653062.

HSL color Cylindrical-coordinate representation of color #463919: hue angle of 42.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463919 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB705725-
CMYK00.190.640.73
HSL42.67º47.37%18.63%-
HSV(B)42.67º64.29%27.45%-
XYZ4.164.31.53-
YUV57.24109.81137.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=46.05%
G=37.5%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70572500.190.640.7342.6747.3718.63
Hex46391901340492b2f13
Octal1067131023100111535723
Binary1000110111001110010100111000000100100110101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463919; }

 p { color: rgb(70,57,25); }

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

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

 a { background-color: rgb(70,57,25); }

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

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

 span { border-color: rgb(70,57,25); }

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