Html Css Color HEX #513B41 Jon

📋 copy color: '#513B41'

red 81 ◦ green 59 ◦ blue 65

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

Shades of Jon #513B41

Tints of Jon #513B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 39.51%
G = 28.78%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513B41 (or 0x513B41) is known color: Jon. HEX triplet: 51, 3B and 41. RGB value is (81,59,65). Sum of RGB (Red+Green+Blue) = 81+59+65=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B41 is #AEC4BE. Grayscale: #424242. Windows color (decimal): -11453631 or 4275025. OLE color: 4275025.

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

Color convert

RGB 81 59 65 -
CMYK 0 0.27 0.20 0.68
HSL 343.64º 0.16% 0.27% -
HSV(B) 343.64º 0.27% 0.32% -
XYZ 5.91 5.26 5.7 -
YUV 66.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 81 59 65 0 0.27 0.20 0.68 343.64 0.16 0.27
Hex 51 3B 41 0 1B 14 44 158 10 1B
Octal 121 73 101 0 33 24 104 530 20 33
Binary 1010001 111011 1000001 0 11011 10100 1000100 101011000 10000 11011

Color Harmonies of #513B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B41

Black with #513B41

Text Example


Text Example

White with #513B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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