Html Css Color HEX #513D41 Jon

📋 copy color: '#513D41'

red 81 ◦ green 61 ◦ blue 65

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

Shades of Jon #513D41

Tints of Jon #513D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

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

R = 39.13%
G = 29.47%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513D41 (or 0x513D41) is known color: Jon. HEX triplet: 51, 3D and 41. RGB value is (81,61,65). Sum of RGB (Red+Green+Blue) = 81+61+65=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D41 is #AEC2BE. Grayscale: #434343. Windows color (decimal): -11453119 or 4275537. OLE color: 4275537.

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

Color convert

RGB 81 61 65 -
CMYK 0 0.25 0.20 0.68
HSL 348º 0.14% 0.28% -
HSV(B) 348º 0.25% 0.32% -
XYZ 6.02 5.47 5.74 -
YUV 67.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 81 61 65 0 0.25 0.20 0.68 348 0.14 0.28
Hex 51 3D 41 0 19 14 44 15C E 1C
Octal 121 75 101 0 31 24 104 534 16 34
Binary 1010001 111101 1000001 0 11001 10100 1000100 101011100 1110 11100

Color Harmonies of #513D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D41

Black with #513D41

Text Example


Text Example

White with #513D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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