#51373B

Color #51373B Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #51373B

Tints of Jon #51373B

Color information

#51373B (or 0x51373B) is unknown color: approx Jon. HEX triplet: 51, 37 and 3B. RGB value is (81,55,59). Sum of RGB (Red+Green+Blue) = 81+55+59=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373B is #AEC8C4. Grayscale: #3F3F3F. Windows color (decimal): -11454661 or 3880785. OLE color: 3880785.

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

Color convert

RGB815559-
CMYK00.320.270.68
HSL350.77º19.12%26.67%-
HSV(B)350.77º32.1%31.76%-
XYZ5.554.84.77-
YUV63.23125.61140.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=41.54%
G=28.21%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81555900.320.270.68350.7719.1226.67
Hex51373B0201B4415f131b
Octal1216773040331045372333
Binary101000111011111101101000001101110001001010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51373B; }

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

 H1.HeaderClassName
 {
   color: #51373B;
 }
 .AnyTagClassName
 {
   color: #51373B;
 }
</style>
background-color css

<style>
 a { background-color: #51373B; }

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

 div.DivClassName
 {
   background-color: #51373B;
 }
 .BgClassName
 {
   background-color: #51373B;
 }
</style>
border-color css

<style>
 span { border-color: #51373B; }

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

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