#56383A

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

Shades of Jon #56383A

Tints of Jon #56383A

Color information

#56383A (or 0x56383A) is unknown color: approx Jon. HEX triplet: 56, 38 and 3A. RGB value is (86,56,58). Sum of RGB (Red+Green+Blue) = 86+56+58=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383A is #A9C7C5. Grayscale: #414141. Windows color (decimal): -11126726 or 3815510. OLE color: 3815510.

HSL color Cylindrical-coordinate representation of color #56383A: hue angle of 356º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56383A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB865658-
CMYK00.350.330.66
HSL356º21.13%27.84%-
HSV(B)356º34.88%33.73%-
XYZ6.025.114.67-
YUV65.2123.94142.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 58 (23.05% from 255) = 29%
R=43%
G=28%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86565800.350.330.6635621.1327.84
Hex56383A0232142164151c
Octal1267072043411025442534
Binary1010110111000111010010001110000110000101011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56383A; }

 p { color: rgb(86,56,58); }

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

<style>
 a { background-color: #56383A; }

 a { background-color: rgb(86,56,58); }

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

<style>
 span { border-color: #56383A; }

 span { border-color: rgb(86,56,58); }

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