Html Css Color HEX #513C3F Jon

📋 copy color: '#513C3F'

red 81 ◦ green 60 ◦ blue 63

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

Shades of Jon #513C3F

Tints of Jon #513C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.88%

R = 39.71%
G = 29.41%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#513C3F (or 0x513C3F) is known color: Jon. HEX triplet: 51, 3C and 3F. RGB value is (81,60,63). Sum of RGB (Red+Green+Blue) = 81+60+63=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C3F is #AEC3C0. Grayscale: #424242. Windows color (decimal): -11453377 or 4144209. OLE color: 4144209.

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

Color convert

RGB 81 60 63 -
CMYK 0 0.26 0.22 0.68
HSL 351.43º 0.15% 0.28% -
HSV(B) 351.43º 0.26% 0.32% -
XYZ 5.91 5.34 5.42 -
YUV 66.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 81 60 63 0 0.26 0.22 0.68 351.43 0.15 0.28
Hex 51 3C 3F 0 1A 16 44 15F F 1C
Octal 121 74 77 0 32 26 104 537 17 34
Binary 1010001 111100 111111 0 11010 10110 1000100 101011111 1111 11100

Color Harmonies of #513C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C3F

Black with #513C3F

Text Example


Text Example

White with #513C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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