#513D37

Color #513D37 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #513D37

Tints of Van Cleef #513D37

Color information

#513D37 (or 0x513D37) is unknown color: approx Van Cleef. HEX triplet: 51, 3D and 37. RGB value is (81,61,55). Sum of RGB (Red+Green+Blue) = 81+61+55=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D37 is #AEC2C8. Grayscale: #424242. Windows color (decimal): -11453129 or 3620177. OLE color: 3620177.

HSL color Cylindrical-coordinate representation of color #513D37: hue angle of 13.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513D37 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB816155-
CMYK00.250.320.68
HSL13.85º19.12%26.67%-
HSV(B)13.85º32.1%31.76%-
XYZ5.755.364.35-
YUV66.3121.63138.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=41.12%
G=30.96%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81615500.250.320.6813.8519.1226.67
Hex513D370192044e131b
Octal121756703140104162333
Binary1010001111101110111011001100000100010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D37; }

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

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

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

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

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

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

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

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