#513539

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

Shades of Cab Sav #513539

Tints of Cab Sav #513539

Color information

#513539 (or 0x513539) is unknown color: approx Cab Sav. HEX triplet: 51, 35 and 39. RGB value is (81,53,57). Sum of RGB (Red+Green+Blue) = 81+53+57=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #513539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513539 is #AECAC6. Grayscale: #3D3D3D. Windows color (decimal): -11455175 or 3749201. OLE color: 3749201.

HSL color Cylindrical-coordinate representation of color #513539: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513539 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB815357-
CMYK00.350.300.68
HSL351.43º20.9%26.27%-
HSV(B)351.43º34.57%31.76%-
XYZ5.44.594.47-
YUV61.83125.28141.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=42.41%
G=27.75%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81535700.350.300.68351.4320.926.27
Hex5135390231E4415f151a
Octal1216571043361045372532
Binary101000111010111100101000111111010001001010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513539; }

 p { color: rgb(81,53,57); }

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

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

 a { background-color: rgb(81,53,57); }

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

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

 span { border-color: rgb(81,53,57); }

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