#5A453E

Color #5A453E Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5A453E

Tints of Very Dark Brown #5A453E

Color information

#5A453E (or 0x5A453E) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 45 and 3E. RGB value is (90,69,62). Sum of RGB (Red+Green+Blue) = 90+69+62=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A453E is #A5BAC1. Grayscale: #4A4A4A. Windows color (decimal): -10861250 or 4080986. OLE color: 4080986.

HSL color Cylindrical-coordinate representation of color #5A453E: hue angle of 15º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A453E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB906962-
CMYK00.230.310.65
HSL15º18.42%29.8%-
HSV(B)15º31.11%35.29%-
XYZ7.216.785.49-
YUV74.48120.96139.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=40.72%
G=31.22%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90696200.230.310.651518.4229.8
Hex5A453E0171F41f121e
Octal1321057602737101172236
Binary1011010100010111111001011111111100000111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,62); }

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

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

 a { background-color: rgb(90,69,62); }

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

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

 span { border-color: rgb(90,69,62); }

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