#513537

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

Shades of Cab Sav #513537

Tints of Cab Sav #513537

Color information

#513537 (or 0x513537) is unknown color: approx Cab Sav. HEX triplet: 51, 35 and 37. RGB value is (81,53,55). Sum of RGB (Red+Green+Blue) = 81+53+55=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #513537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513537 is #AECAC8. Grayscale: #3D3D3D. Windows color (decimal): -11455177 or 3618129. OLE color: 3618129.

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

Color convert

RGB815355-
CMYK00.350.320.68
HSL355.71º20.9%26.27%-
HSV(B)355.71º34.57%31.76%-
XYZ5.364.574.21-
YUV61.6124.28141.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=42.86%
G=28.04%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81535500.350.320.68355.7120.926.27
Hex5135370232044164151a
Octal1216567043401045442532
Binary1010001110101110111010001110000010001001011001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513537; }

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

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

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

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

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

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

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

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