#463C09

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

Shades of Madras #463C09

Tints of Madras #463C09

Color information

#463C09 (or 0x463C09) is unknown color: approx Madras. HEX triplet: 46, 3C and 09. RGB value is (70,60,9). Sum of RGB (Red+Green+Blue) = 70+60+9=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C09 is #B9C3F6. Grayscale: #393939. Windows color (decimal): -12174327 or 605254. OLE color: 605254.

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

Color convert

RGB70609-
CMYK00.140.870.73
HSL50.16º77.22%15.49%-
HSV(B)50.16º87.14%27.45%-
XYZ4.194.550.92-
YUV57.18100.81137.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=50.36%
G=43.17%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7060900.140.870.7350.1677.2215.49
Hex463C90E5749324df
Octal10674110161271116211517
Binary10001101111001001011101010111100100111001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,9); }

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

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

 a { background-color: rgb(70,60,9); }

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

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

 span { border-color: rgb(70,60,9); }

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