#5A3C3D

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

Shades of Jon #5A3C3D

Tints of Jon #5A3C3D

Color information

#5A3C3D (or 0x5A3C3D) is unknown color: approx Jon. HEX triplet: 5A, 3C and 3D. RGB value is (90,60,61). Sum of RGB (Red+Green+Blue) = 90+60+61=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C3D is #A5C3C2. Grayscale: #454545. Windows color (decimal): -10863555 or 4013146. OLE color: 4013146.

HSL color Cylindrical-coordinate representation of color #5A3C3D: hue angle of 358º 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 #5A3C3D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB906061-
CMYK00.330.320.65
HSL358º20%29.41%-
HSV(B)358º33.33%35.29%-
XYZ6.675.745.17-
YUV69.08123.44142.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=42.65%
G=28.44%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90606100.330.320.653582029.41
Hex5A3C3D0212041166141d
Octal1327475041401015462435
Binary1011010111100111101010000110000010000011011001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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