#533545

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

Shades of Barossa #533545

Tints of Barossa #533545

Color information

#533545 (or 0x533545) is unknown color: approx Barossa. HEX triplet: 53, 35 and 45. RGB value is (83,53,69). Sum of RGB (Red+Green+Blue) = 83+53+69=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533545 is #ACCABA. Grayscale: #3F3F3F. Windows color (decimal): -11324091 or 4535635. OLE color: 4535635.

HSL color Cylindrical-coordinate representation of color #533545: hue angle of 328º 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 #533545 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB835369-
CMYK00.360.170.67
HSL328º22.06%26.67%-
HSV(B)328º36.14%32.55%-
XYZ5.914.816.25-
YUV63.79130.94141.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=40.49%
G=25.85%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83536900.360.170.6732822.0626.67
Hex5335450241143148161b
Octal12365105044211035102633
Binary1010011110101100010101001001000110000111010010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533545; }

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

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

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

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

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

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

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

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