#5A3C3F

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

Shades of Jon #5A3C3F

Tints of Jon #5A3C3F

Color information

#5A3C3F (or 0x5A3C3F) is unknown color: approx Jon. HEX triplet: 5A, 3C and 3F. RGB value is (90,60,63). Sum of RGB (Red+Green+Blue) = 90+60+63=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C3F is #A5C3C0. Grayscale: #454545. Windows color (decimal): -10863553 or 4144218. OLE color: 4144218.

HSL color Cylindrical-coordinate representation of color #5A3C3F: hue angle of 354º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A3C3F is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB906063-
CMYK00.330.300.65
HSL354º20%29.41%-
HSV(B)354º33.33%35.29%-
XYZ6.735.765.46-
YUV69.31124.44142.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.25%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 63 (25% from 255) = 29.58%
R=42.25%
G=28.17%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90606300.330.300.653542029.41
Hex5A3C3F0211E41162141d
Octal1327477041361015422435
Binary101101011110011111101000011111010000011011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3C3F; }

 p { color: rgb(90,60,63); }

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

<style>
 a { background-color: #5A3C3F; }

 a { background-color: rgb(90,60,63); }

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

<style>
 span { border-color: #5A3C3F; }

 span { border-color: rgb(90,60,63); }

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