#533746

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

Shades of Barossa #533746

Tints of Barossa #533746

Color information

#533746 (or 0x533746) is unknown color: approx Barossa. HEX triplet: 53, 37 and 46. RGB value is (83,55,70). Sum of RGB (Red+Green+Blue) = 83+55+70=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533746 is #ACC8B9. Grayscale: #414141. Windows color (decimal): -11323578 or 4601683. OLE color: 4601683.

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

Color convert

RGB835570-
CMYK00.340.160.67
HSL327.86º20.29%27.06%-
HSV(B)327.86º33.73%32.55%-
XYZ6.045.016.44-
YUV65.08130.78140.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=39.90%
G=26.44%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83557000.340.160.67327.8620.2927.06
Hex5337460221043148141b
Octal12367106042201035102433
Binary1010011110111100011001000101000010000111010010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533746; }

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

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

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

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

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

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

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

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