#533344

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

Shades of Barossa #533344

Tints of Barossa #533344

Color information

#533344 (or 0x533344) is unknown color: approx Barossa. HEX triplet: 53, 33 and 44. RGB value is (83,51,68). Sum of RGB (Red+Green+Blue) = 83+51+68=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533344 is #ACCCBB. Grayscale: #3E3E3E. Windows color (decimal): -11324604 or 4469587. OLE color: 4469587.

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

Color convert

RGB835168-
CMYK00.390.180.67
HSL328.12º23.88%26.27%-
HSV(B)328.12º38.55%32.55%-
XYZ5.794.626.06-
YUV62.51131.1142.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=41.09%
G=25.25%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83516800.390.180.67328.1223.8826.27
Hex5333440271243148181a
Octal12363104047221035103032
Binary1010011110011100010001001111001010000111010010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533344; }

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

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

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

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

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

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

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

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