#5A423B

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

Shades of Very Dark Brown #5A423B

Tints of Very Dark Brown #5A423B

Color information

#5A423B (or 0x5A423B) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 42 and 3B. RGB value is (90,66,59). Sum of RGB (Red+Green+Blue) = 90+66+59=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A423B is #A5BDC4. Grayscale: #484848. Windows color (decimal): -10862021 or 3883610. OLE color: 3883610.

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

Color convert

RGB906659-
CMYK00.270.340.65
HSL13.55º20.81%29.22%-
HSV(B)13.55º34.44%35.29%-
XYZ6.956.395-
YUV72.38120.45140.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=41.86%
G=30.70%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90665900.270.340.6513.5520.8129.22
Hex5A423B01B2241e151d
Octal1321027303342101162535
Binary10110101000010111011011011100010100000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,59); }

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

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

 a { background-color: rgb(90,66,59); }

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

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

 span { border-color: rgb(90,66,59); }

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