Html Css Color HEX #513C3A Van Cleef

📋 copy color: '#513C3A'

red 81 ◦ green 60 ◦ blue 58

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

Shades of Van Cleef #513C3A

Tints of Van Cleef #513C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 40.7%
G = 30.15%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#513C3A (or 0x513C3A) is known color: Van Cleef. HEX triplet: 51, 3C and 3A. RGB value is (81,60,58). Sum of RGB (Red+Green+Blue) = 81+60+58=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C3A is #AEC3C5. Grayscale: #424242. Windows color (decimal): -11453382 or 3816529. OLE color: 3816529.

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

Color convert

RGB 81 60 58 -
CMYK 0 0.26 0.28 0.68
HSL 5.22º 0.17% 0.27% -
HSV(B) 5.22º 0.28% 0.32% -
XYZ 5.77 5.29 4.72 -
YUV 66.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 81 60 58 0 0.26 0.28 0.68 5.22 0.17 0.27
Hex 51 3C 3A 0 1A 1C 44 5 11 1B
Octal 121 74 72 0 32 34 104 5 21 33
Binary 1010001 111100 111010 0 11010 11100 1000100 101 10001 11011

Color Harmonies of #513C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C3A

Black with #513C3A

Text Example


Text Example

White with #513C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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