#533643

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

Shades of Barossa #533643

Tints of Barossa #533643

Color information

#533643 (or 0x533643) is unknown color: approx Barossa. HEX triplet: 53, 36 and 43. RGB value is (83,54,67). Sum of RGB (Red+Green+Blue) = 83+54+67=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533643 is #ACC9BC. Grayscale: #404040. Windows color (decimal): -11323837 or 4404819. OLE color: 4404819.

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

Color convert

RGB835467-
CMYK00.350.190.67
HSL333.1º21.17%26.86%-
HSV(B)333.1º34.94%32.55%-
XYZ5.94.885.94-
YUV64.15129.61141.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=40.69%
G=26.47%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83546700.350.190.67333.121.1726.86
Hex533643023134314d151b
Octal12366103043231035152533
Binary1010011110110100001101000111001110000111010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533643; }

 p { color: rgb(83,54,67); }

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

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

 a { background-color: rgb(83,54,67); }

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

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

 span { border-color: rgb(83,54,67); }

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