#51383D

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

Shades of Jon #51383D

Tints of Jon #51383D

Color information

#51383D (or 0x51383D) is unknown color: approx Jon. HEX triplet: 51, 38 and 3D. RGB value is (81,56,61). Sum of RGB (Red+Green+Blue) = 81+56+61=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51383D is #AEC7C2. Grayscale: #404040. Windows color (decimal): -11454403 or 4012113. OLE color: 4012113.

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

Color convert

RGB815661-
CMYK00.310.250.68
HSL348º18.25%26.86%-
HSV(B)348º30.86%31.76%-
XYZ5.654.915.07-
YUV64.04126.28140.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=40.91%
G=28.28%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81566100.310.250.6834818.2526.86
Hex51383D01F194415c121b
Octal1217075037311045342233
Binary10100011110001111010111111100110001001010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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