#513634

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

Shades of Van Cleef #513634

Tints of Van Cleef #513634

Color information

#513634 (or 0x513634) is unknown color: approx Van Cleef. HEX triplet: 51, 36 and 34. RGB value is (81,54,52). Sum of RGB (Red+Green+Blue) = 81+54+52=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513634 is #AEC9CB. Grayscale: #3D3D3D. Windows color (decimal): -11454924 or 3421777. OLE color: 3421777.

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

Color convert

RGB815452-
CMYK00.330.360.68
HSL4.14º21.8%26.08%-
HSV(B)4.14º35.8%31.76%-
XYZ5.334.643.86-
YUV61.84122.45141.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=43.32%
G=28.88%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81545200.330.360.684.1421.826.08
Hex51363402124444161a
Octal12166640414410442632
Binary1010001110110110100010000110010010001001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513634; }

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

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

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

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

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

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

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

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