#533445

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

Shades of Barossa #533445

Tints of Barossa #533445

Color information

#533445 (or 0x533445) is unknown color: approx Barossa. HEX triplet: 53, 34 and 45. RGB value is (83,52,69). Sum of RGB (Red+Green+Blue) = 83+52+69=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533445 is #ACCBBA. Grayscale: #3F3F3F. Windows color (decimal): -11324347 or 4535379. OLE color: 4535379.

HSL color Cylindrical-coordinate representation of color #533445: hue angle of 327.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533445 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB835269-
CMYK00.370.170.67
HSL327.1º22.96%26.47%-
HSV(B)327.1º37.35%32.55%-
XYZ5.874.726.23-
YUV63.21131.27142.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=40.69%
G=25.49%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526900.370.170.67327.122.9626.47
Hex5334450251143147171a
Octal12364105045211035072732
Binary1010011110100100010101001011000110000111010001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533445; }

 p { color: rgb(83,52,69); }

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

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

 a { background-color: rgb(83,52,69); }

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

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

 span { border-color: rgb(83,52,69); }

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