Html Css Color HEX #513A37 Van Cleef

📋 copy color: '#513A37'

red 81 ◦ green 58 ◦ blue 55

#513A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #513A37

Tints of Van Cleef #513A37

RGB

 RED value IS 81 (32.03% from 255) = 41.75%

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 41.75%
G = 29.9%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#513A37 (or 0x513A37) is known color: Van Cleef. HEX triplet: 51, 3A and 37. RGB value is (81,58,55). Sum of RGB (Red+Green+Blue) = 81+58+55=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A37 is #AEC5C8. Grayscale: #404040. Windows color (decimal): -11453897 or 3619409. OLE color: 3619409.

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

Color convert

RGB 81 58 55 -
CMYK 0 0.28 0.32 0.68
HSL 6.92º 0.19% 0.27% -
HSV(B) 6.92º 0.32% 0.32% -
XYZ 5.6 5.05 4.29 -
YUV 64.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 81 58 55 0 0.28 0.32 0.68 6.92 0.19 0.27
Hex 51 3A 37 0 1C 20 44 7 13 1B
Octal 121 72 67 0 34 40 104 7 23 33
Binary 1010001 111010 110111 0 11100 100000 1000100 111 10011 11011

Color Harmonies of #513A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A37

Black with #513A37

Text Example


Text Example

White with #513A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513A37;
 }
 .AnyTagClassName
 {
   color: #513A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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