#463B25

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

Shades of Madras #463B25

Tints of Madras #463B25

Color information

#463B25 (or 0x463B25) is unknown color: approx Madras. HEX triplet: 46, 3B and 25. RGB value is (70,59,37). Sum of RGB (Red+Green+Blue) = 70+59+37=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B25 is #B9C4DA. Grayscale: #3B3B3B. Windows color (decimal): -12174555 or 2440006. OLE color: 2440006.

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

Color convert

RGB705937-
CMYK00.160.470.73
HSL40º30.84%20.98%-
HSV(B)40º47.14%27.45%-
XYZ4.424.562.4-
YUV59.78115.14135.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=42.17%
G=35.54%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593700.160.470.734030.8420.98
Hex463B250102F49281f15
Octal106734502057111503725
Binary100011011101110010101000010111110010011010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B25; }

 p { color: rgb(70,59,37); }

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

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

 a { background-color: rgb(70,59,37); }

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

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

 span { border-color: rgb(70,59,37); }

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