Html Css Color HEX #513B3C Jon

📋 copy color: '#513B3C'

red 81 ◦ green 59 ◦ blue 60

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

Shades of Jon #513B3C

Tints of Jon #513B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30%

R = 40.5%
G = 29.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#513B3C (or 0x513B3C) is known color: Jon. HEX triplet: 51, 3B and 3C. RGB value is (81,59,60). Sum of RGB (Red+Green+Blue) = 81+59+60=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B3C is #AEC4C3. Grayscale: #414141. Windows color (decimal): -11453636 or 3947345. OLE color: 3947345.

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

Color convert

RGB 81 59 60 -
CMYK 0 0.27 0.26 0.68
HSL 357.27º 0.16% 0.27% -
HSV(B) 357.27º 0.27% 0.32% -
XYZ 5.77 5.2 4.98 -
YUV 65.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 81 59 60 0 0.27 0.26 0.68 357.27 0.16 0.27
Hex 51 3B 3C 0 1B 1A 44 165 10 1B
Octal 121 73 74 0 33 32 104 545 20 33
Binary 1010001 111011 111100 0 11011 11010 1000100 101100101 10000 11011

Color Harmonies of #513B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B3C

Black with #513B3C

Text Example


Text Example

White with #513B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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