Html Css Color HEX #513B38 Van Cleef

📋 copy color: '#513B38'

red 81 ◦ green 59 ◦ blue 56

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

Shades of Van Cleef #513B38

Tints of Van Cleef #513B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

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

R = 41.33%
G = 30.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#513B38 (or 0x513B38) is known color: Van Cleef. HEX triplet: 51, 3B and 38. RGB value is (81,59,56). Sum of RGB (Red+Green+Blue) = 81+59+56=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #513B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B38 is #AEC4C7. Grayscale: #414141. Windows color (decimal): -11453640 or 3685201. OLE color: 3685201.

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

Color convert

RGB 81 59 56 -
CMYK 0 0.27 0.31 0.68
HSL 7.2º 0.18% 0.27% -
HSV(B) 7.2º 0.31% 0.32% -
XYZ 5.67 5.16 4.44 -
YUV 65.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 81 59 56 0 0.27 0.31 0.68 7.2 0.18 0.27
Hex 51 3B 38 0 1B 1F 44 7 12 1B
Octal 121 73 70 0 33 37 104 7 22 33
Binary 1010001 111011 111000 0 11011 11111 1000100 111 10010 11011

Color Harmonies of #513B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B38

Black with #513B38

Text Example


Text Example

White with #513B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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