#483245

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

Shades of Loulou #483245

Tints of Loulou #483245

Color information

#483245 (or 0x483245) is unknown color: approx Loulou. HEX triplet: 48, 32 and 45. RGB value is (72,50,69). Sum of RGB (Red+Green+Blue) = 72+50+69=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483245 is #B7CDBA. Grayscale: #3A3A3A. Windows color (decimal): -12045755 or 4534856. OLE color: 4534856.

HSL color Cylindrical-coordinate representation of color #483245: hue angle of 308.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483245 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB725069-
CMYK00.310.040.72
HSL308.18º18.03%23.92%-
HSV(B)308.18º30.56%28.24%-
XYZ4.894.096.16-
YUV58.74133.79137.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=37.70%
G=26.18%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72506900.310.040.72308.1818.0323.92
Hex48324501F4481341218
Octal1106210503741104642230
Binary1001000110010100010101111110010010001001101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483245; }

 p { color: rgb(72,50,69); }

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

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

 a { background-color: rgb(72,50,69); }

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

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

 span { border-color: rgb(72,50,69); }

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