#533642

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

Shades of Barossa #533642

Tints of Barossa #533642

Color information

#533642 (or 0x533642) is unknown color: approx Barossa. HEX triplet: 53, 36 and 42. RGB value is (83,54,66). Sum of RGB (Red+Green+Blue) = 83+54+66=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533642 is #ACC9BD. Grayscale: #404040. Windows color (decimal): -11323838 or 4339283. OLE color: 4339283.

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

Color convert

RGB835466-
CMYK00.350.200.67
HSL335.17º21.17%26.86%-
HSV(B)335.17º34.94%32.55%-
XYZ5.874.875.79-
YUV64.04129.11141.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=40.89%
G=26.60%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83546600.350.200.67335.1721.1726.86
Hex533642023144314f151b
Octal12366102043241035172533
Binary1010011110110100001001000111010010000111010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533642; }

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

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

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

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

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

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

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

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