Html Css Color HEX #513A38 Van Cleef

📋 copy color: '#513A38'

red 81 ◦ green 58 ◦ blue 56

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

Shades of Van Cleef #513A38

Tints of Van Cleef #513A38

RGB

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

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

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

R = 41.54%
G = 29.74%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#513A38 (or 0x513A38) is known color: Van Cleef. HEX triplet: 51, 3A and 38. RGB value is (81,58,56). Sum of RGB (Red+Green+Blue) = 81+58+56=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A38 is #AEC5C7. Grayscale: #404040. Windows color (decimal): -11453896 or 3684945. OLE color: 3684945.

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

Color convert

RGB 81 58 56 -
CMYK 0 0.28 0.31 0.68
HSL 4.8º 0.18% 0.27% -
HSV(B) 4.8º 0.31% 0.32% -
XYZ 5.62 5.06 4.42 -
YUV 64.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 81 58 56 0 0.28 0.31 0.68 4.8 0.18 0.27
Hex 51 3A 38 0 1C 1F 44 5 12 1B
Octal 121 72 70 0 34 37 104 5 22 33
Binary 1010001 111010 111000 0 11100 11111 1000100 101 10010 11011

Color Harmonies of #513A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A38

Black with #513A38

Text Example


Text Example

White with #513A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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