Html Css Color HEX #513C38 Van Cleef

📋 copy color: '#513C38'

red 81 ◦ green 60 ◦ blue 56

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

Shades of Van Cleef #513C38

Tints of Van Cleef #513C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 41.12%
G = 30.46%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#513C38 (or 0x513C38) is known color: Van Cleef. HEX triplet: 51, 3C and 38. RGB value is (81,60,56). Sum of RGB (Red+Green+Blue) = 81+60+56=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #513C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C38 is #AEC3C7. Grayscale: #414141. Windows color (decimal): -11453384 or 3685457. OLE color: 3685457.

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

Color convert

RGB 81 60 56 -
CMYK 0 0.26 0.31 0.68
HSL 9.6º 0.18% 0.27% -
HSV(B) 9.6º 0.31% 0.32% -
XYZ 5.72 5.27 4.46 -
YUV 65.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 81 60 56 0 0.26 0.31 0.68 9.6 0.18 0.27
Hex 51 3C 38 0 1A 1F 44 A 12 1B
Octal 121 74 70 0 32 37 104 12 22 33
Binary 1010001 111100 111000 0 11010 11111 1000100 1010 10010 11011

Color Harmonies of #513C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C38

Black with #513C38

Text Example


Text Example

White with #513C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,56); }

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

background-color css

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

 a { background-color: rgb(81,60,56); }

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

border-color css

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

 span { border-color: rgb(81,60,56); }

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