#532D32

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

Shades of Cab Sav #532D32

Tints of Cab Sav #532D32

Color information

#532D32 (or 0x532D32) is unknown color: approx Cab Sav. HEX triplet: 53, 2D and 32. RGB value is (83,45,50). Sum of RGB (Red+Green+Blue) = 83+45+50=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D32 is #ACD2CD. Grayscale: #383838. Windows color (decimal): -11326158 or 3288403. OLE color: 3288403.

HSL color Cylindrical-coordinate representation of color #532D32: hue angle of 352.11º 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 #532D32 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB834550-
CMYK00.460.400.67
HSL352.11º29.69%25.1%-
HSV(B)352.11º45.78%32.55%-
XYZ5.083.953.51-
YUV56.93124.09146.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=46.63%
G=25.28%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83455000.460.400.67352.1129.6925.1
Hex532D3202E28431601e19
Octal1235562056501035403631
Binary1010011101101110010010111010100010000111011000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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