#533242

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

Shades of Barossa #533242

Tints of Barossa #533242

Color information

#533242 (or 0x533242) is unknown color: approx Barossa. HEX triplet: 53, 32 and 42. RGB value is (83,50,66). Sum of RGB (Red+Green+Blue) = 83+50+66=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533242 is #ACCDBD. Grayscale: #3D3D3D. Windows color (decimal): -11324862 or 4338259. OLE color: 4338259.

HSL color Cylindrical-coordinate representation of color #533242: hue angle of 330.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533242 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB835066-
CMYK00.400.200.67
HSL330.91º24.81%26.08%-
HSV(B)330.91º39.76%32.55%-
XYZ5.694.515.73-
YUV61.69130.43143.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=41.71%
G=25.13%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83506600.400.200.67330.9124.8126.08
Hex533242028144314b191a
Octal12362102050241035133132
Binary1010011110010100001001010001010010000111010010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533242; }

 p { color: rgb(83,50,66); }

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

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

 a { background-color: rgb(83,50,66); }

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

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

 span { border-color: rgb(83,50,66); }

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