#482945

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

Shades of Loulou #482945

Tints of Loulou #482945

Color information

#482945 (or 0x482945) is unknown color: approx Loulou. HEX triplet: 48, 29 and 45. RGB value is (72,41,69). Sum of RGB (Red+Green+Blue) = 72+41+69=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482945 is #B7D6BA. Grayscale: #353535. Windows color (decimal): -12048059 or 4532552. OLE color: 4532552.

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

Color convert

RGB724169-
CMYK00.430.040.72
HSL305.81º27.43%22.16%-
HSV(B)305.81º43.06%28.24%-
XYZ4.543.396.05-
YUV53.46136.77141.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=39.56%
G=22.53%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72416900.430.040.72305.8127.4322.16
Hex48294502B4481321b16
Octal1105110505341104623326
Binary10010001010011000101010101110010010001001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482945; }

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

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

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

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

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

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

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

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