#533745

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

Shades of Barossa #533745

Tints of Barossa #533745

Color information

#533745 (or 0x533745) is unknown color: approx Barossa. HEX triplet: 53, 37 and 45. RGB value is (83,55,69). Sum of RGB (Red+Green+Blue) = 83+55+69=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533745 is #ACC8BA. Grayscale: #404040. Windows color (decimal): -11323579 or 4536147. OLE color: 4536147.

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

Color convert

RGB835569-
CMYK00.340.170.67
HSL330º20.29%27.06%-
HSV(B)330º33.73%32.55%-
XYZ6.0156.28-
YUV64.97130.28140.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=40.10%
G=26.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83556900.340.170.6733020.2927.06
Hex533745022114314a141b
Octal12367105042211035122433
Binary1010011110111100010101000101000110000111010010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533745; }

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

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

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

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

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

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

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

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