#463905

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

Shades of Madras #463905

Tints of Madras #463905

Color information

#463905 (or 0x463905) is unknown color: approx Madras. HEX triplet: 46, 39 and 05. RGB value is (70,57,5). Sum of RGB (Red+Green+Blue) = 70+57+5=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463905 is #B9C6FA. Grayscale: #373737. Windows color (decimal): -12175099 or 342342. OLE color: 342342.

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

Color convert

RGB70575-
CMYK00.190.930.73
HSL48º86.67%14.71%-
HSV(B)48º92.86%27.45%-
XYZ4.024.240.75-
YUV54.9699.81138.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=53.03%
G=43.18%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7057500.190.930.734886.6714.71
Hex463950135D493057f
Octal1067150231351116012717
Binary10001101110011010100111011101100100111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463905; }

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

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

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

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

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

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

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

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