#532E33

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

Shades of Cab Sav #532E33

Tints of Cab Sav #532E33

Color information

#532E33 (or 0x532E33) is unknown color: approx Cab Sav. HEX triplet: 53, 2E and 33. RGB value is (83,46,51). Sum of RGB (Red+Green+Blue) = 83+46+51=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E33 is #ACD1CC. Grayscale: #393939. Windows color (decimal): -11325901 or 3354195. OLE color: 3354195.

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

Color convert

RGB834651-
CMYK00.450.390.67
HSL351.89º28.68%25.29%-
HSV(B)351.89º44.58%32.55%-
XYZ5.144.033.64-
YUV57.63124.26146.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=46.11%
G=25.56%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83465100.450.390.67351.8928.6825.29
Hex532E3302D27431601d19
Octal1235663055471035403531
Binary1010011101110110011010110110011110000111011000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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