#5A433B

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

Shades of Very Dark Brown #5A433B

Tints of Very Dark Brown #5A433B

Color information

#5A433B (or 0x5A433B) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 43 and 3B. RGB value is (90,67,59). Sum of RGB (Red+Green+Blue) = 90+67+59=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A433B is #A5BCC4. Grayscale: #494949. Windows color (decimal): -10861765 or 3883866. OLE color: 3883866.

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

Color convert

RGB906759-
CMYK00.260.340.65
HSL15.48º20.81%29.22%-
HSV(B)15.48º34.44%35.29%-
XYZ7.016.55.02-
YUV72.96120.12140.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=41.67%
G=31.02%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90675900.260.340.6515.4820.8129.22
Hex5A433B01A2241f151d
Octal1321037303242101172535
Binary10110101000011111011011010100010100000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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