#463545

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

Shades of Loulou #463545

Tints of Loulou #463545

Color information

#463545 (or 0x463545) is unknown color: approx Loulou. HEX triplet: 46, 35 and 45. RGB value is (70,53,69). Sum of RGB (Red+Green+Blue) = 70+53+69=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #463545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463545 is #B9CABA. Grayscale: #3B3B3B. Windows color (decimal): -12176059 or 4535622. OLE color: 4535622.

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

Color convert

RGB705369-
CMYK00.240.010.73
HSL303.53º13.82%24.12%-
HSV(B)303.53º24.29%27.45%-
XYZ4.874.286.2-
YUV59.91133.13135.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=36.46%
G=27.60%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70536900.240.010.73303.5313.8224.12
Hex463545018149130e18
Octal1066510503011114601630
Binary1000110110101100010101100011001001100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463545; }

 p { color: rgb(70,53,69); }

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

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

 a { background-color: rgb(70,53,69); }

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

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

 span { border-color: rgb(70,53,69); }

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