#4D3B3E

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

Shades of Jon #4D3B3E

Tints of Jon #4D3B3E

Color information

#4D3B3E (or 0x4D3B3E) is unknown color: approx Jon. HEX triplet: 4D, 3B and 3E. RGB value is (77,59,62). Sum of RGB (Red+Green+Blue) = 77+59+62=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B3E is #B2C4C1. Grayscale: #404040. Windows color (decimal): -11715778 or 4078413. OLE color: 4078413.

HSL color Cylindrical-coordinate representation of color #4D3B3E: hue angle of 350º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3B3E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB775962-
CMYK00.230.190.70
HSL350º13.24%26.67%-
HSV(B)350º23.38%30.2%-
XYZ5.495.055.24-
YUV64.72126.46136.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=38.89%
G=29.80%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77596200.230.190.7035013.2426.67
Hex4D3B3E017134615ed1b
Octal1157376027231065361533
Binary1001101111011111110010111100111000110101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3B3E; }

 p { color: rgb(77,59,62); }

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

<style>
 a { background-color: #4D3B3E; }

 a { background-color: rgb(77,59,62); }

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

<style>
 span { border-color: #4D3B3E; }

 span { border-color: rgb(77,59,62); }

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