#463A0F

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

Shades of Madras #463A0F

Tints of Madras #463A0F

Color information

#463A0F (or 0x463A0F) is unknown color: approx Madras. HEX triplet: 46, 3A and 0F. RGB value is (70,58,15). Sum of RGB (Red+Green+Blue) = 70+58+15=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0F is #B9C5F0. Grayscale: #383838. Windows color (decimal): -12174833 or 997958. OLE color: 997958.

HSL color Cylindrical-coordinate representation of color #463A0F: hue angle of 46.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #463A0F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB705815-
CMYK00.170.790.73
HSL46.91º64.71%16.67%-
HSV(B)46.91º78.57%27.45%-
XYZ4.134.361.08-
YUV56.69104.48137.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=48.95%
G=40.56%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70581500.170.790.7346.9164.7116.67
Hex463AF0114F492f4111
Octal10672170211171115710121
Binary1000110111010111101000110011111001001101111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,15); }

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

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

 a { background-color: rgb(70,58,15); }

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

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

 span { border-color: rgb(70,58,15); }

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