#463B00

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

Shades of Madras #463B00

Tints of Madras #463B00

Color information

#463B00 (or 0x463B00) is unknown color: approx Madras. HEX triplet: 46, 3B and 00. RGB value is (70,59,0). Sum of RGB (Red+Green+Blue) = 70+59+0=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B00 is #B9C4FF. Grayscale: #373737. Windows color (decimal): -12174592 or 15174. OLE color: 15174.

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

Color convert

RGB70590-
CMYK00.1610.73
HSL50.57º100%13.73%-
HSV(B)50.57º100%27.45%-
XYZ4.094.430.64-
YUV55.5696.64138.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 59 (23.44% from 255) = 45.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.26%
G=45.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7059000.1610.7350.5710013.73
Hex463B001064493364e
Octal1067300201441116314416
Binary100011011101100100001100100100100111001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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