#51393D

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

Shades of Jon #51393D

Tints of Jon #51393D

Color information

#51393D (or 0x51393D) is unknown color: approx Jon. HEX triplet: 51, 39 and 3D. RGB value is (81,57,61). Sum of RGB (Red+Green+Blue) = 81+57+61=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #51393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51393D is #AEC6C2. Grayscale: #404040. Windows color (decimal): -11454147 or 4012369. OLE color: 4012369.

HSL color Cylindrical-coordinate representation of color #51393D: hue angle of 350º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51393D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB815761-
CMYK00.300.250.68
HSL350º17.39%27.06%-
HSV(B)350º29.63%31.76%-
XYZ5.75.015.08-
YUV64.63125.95139.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=40.70%
G=28.64%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81576100.300.250.6835017.3927.06
Hex51393D01E194415e111b
Octal1217175036311045362133
Binary10100011110011111010111101100110001001010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51393D; }

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

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

<style>
 a { background-color: #51393D; }

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

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

<style>
 span { border-color: #51393D; }

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

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