#513736

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

Shades of Van Cleef #513736

Tints of Van Cleef #513736

Color information

#513736 (or 0x513736) is unknown color: approx Van Cleef. HEX triplet: 51, 37 and 36. RGB value is (81,55,54). Sum of RGB (Red+Green+Blue) = 81+55+54=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #513736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513736 is #AEC8C9. Grayscale: #3E3E3E. Windows color (decimal): -11454666 or 3553105. OLE color: 3553105.

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

Color convert

RGB815554-
CMYK00.320.330.68
HSL2.22º20%26.47%-
HSV(B)2.22º33.33%31.76%-
XYZ5.434.754.12-
YUV62.66123.11141.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=42.63%
G=28.95%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81555400.320.330.682.222026.47
Hex51373602021442141a
Octal12167660404110422432
Binary101000111011111011001000001000011000100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513736; }

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

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

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

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

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

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

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

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