#533345

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

Shades of Barossa #533345

Tints of Barossa #533345

Color information

#533345 (or 0x533345) is unknown color: approx Barossa. HEX triplet: 53, 33 and 45. RGB value is (83,51,69). Sum of RGB (Red+Green+Blue) = 83+51+69=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533345 is #ACCCBA. Grayscale: #3E3E3E. Windows color (decimal): -11324603 or 4535123. OLE color: 4535123.

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

Color convert

RGB835169-
CMYK00.390.170.67
HSL326.25º23.88%26.27%-
HSV(B)326.25º38.55%32.55%-
XYZ5.834.646.22-
YUV62.62131.6142.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=40.89%
G=25.12%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83516900.390.170.67326.2523.8826.27
Hex5333450271143146181a
Octal12363105047211035063032
Binary1010011110011100010101001111000110000111010001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533345; }

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

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

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

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

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

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

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

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