#533544

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

Shades of Barossa #533544

Tints of Barossa #533544

Color information

#533544 (or 0x533544) is unknown color: approx Barossa. HEX triplet: 53, 35 and 44. RGB value is (83,53,68). Sum of RGB (Red+Green+Blue) = 83+53+68=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533544 is #ACCABB. Grayscale: #3F3F3F. Windows color (decimal): -11324092 or 4470099. OLE color: 4470099.

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

Color convert

RGB835368-
CMYK00.360.180.67
HSL330º22.06%26.67%-
HSV(B)330º36.14%32.55%-
XYZ5.884.86.09-
YUV63.68130.44141.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=40.69%
G=25.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83536800.360.180.6733022.0626.67
Hex533544024124314a161b
Octal12365104044221035122633
Binary1010011110101100010001001001001010000111010010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533544; }

 p { color: rgb(83,53,68); }

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

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

 a { background-color: rgb(83,53,68); }

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

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

 span { border-color: rgb(83,53,68); }

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