#532D3E

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

Shades of Barossa #532D3E

Tints of Barossa #532D3E

Color information

#532D3E (or 0x532D3E) is unknown color: approx Barossa. HEX triplet: 53, 2D and 3E. RGB value is (83,45,62). Sum of RGB (Red+Green+Blue) = 83+45+62=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D3E is #ACD2C1. Grayscale: #3A3A3A. Windows color (decimal): -11326146 or 4074835. OLE color: 4074835.

HSL color Cylindrical-coordinate representation of color #532D3E: hue angle of 333.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D3E is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB834562-
CMYK00.460.250.67
HSL333.16º29.69%25.1%-
HSV(B)333.16º45.78%32.55%-
XYZ5.384.065.06-
YUV58.3130.09145.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=43.68%
G=23.68%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83456200.460.250.67333.1629.6925.1
Hex532D3E02E194314d1e19
Octal1235576056311035153631
Binary101001110110111111001011101100110000111010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D3E; }

 p { color: rgb(83,45,62); }

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

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

 a { background-color: rgb(83,45,62); }

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

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

 span { border-color: rgb(83,45,62); }

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