#533848

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

Shades of Loulou #533848

Tints of Loulou #533848

Color information

#533848 (or 0x533848) is unknown color: approx Loulou. HEX triplet: 53, 38 and 48. RGB value is (83,56,72). Sum of RGB (Red+Green+Blue) = 83+56+72=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533848 is #ACC7B7. Grayscale: #414141. Windows color (decimal): -11323320 or 4733011. OLE color: 4733011.

HSL color Cylindrical-coordinate representation of color #533848: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533848 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB835672-
CMYK00.330.130.67
HSL324.44º19.42%27.25%-
HSV(B)324.44º32.53%32.55%-
XYZ6.155.146.8-
YUV65.9131.45140.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=39.34%
G=26.54%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83567200.330.130.67324.4419.4227.25
Hex533848021D43144131b
Octal12370110041151035042333
Binary101001111100010010000100001110110000111010001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533848; }

 p { color: rgb(83,56,72); }

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

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

 a { background-color: rgb(83,56,72); }

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

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

 span { border-color: rgb(83,56,72); }

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