#5A3426

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

Shades of Hairy Heath #5A3426

Tints of Hairy Heath #5A3426

Color information

#5A3426 (or 0x5A3426) is unknown color: approx Hairy Heath. HEX triplet: 5A, 34 and 26. RGB value is (90,52,38). Sum of RGB (Red+Green+Blue) = 90+52+38=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3426 is #A5CBD9. Grayscale: #3D3D3D. Windows color (decimal): -10865626 or 2503770. OLE color: 2503770.

HSL color Cylindrical-coordinate representation of color #5A3426: hue angle of 16.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A3426 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB905238-
CMYK00.420.580.65
HSL16.15º40.62%25.1%-
HSV(B)16.15º57.78%35.29%-
XYZ5.794.772.45-
YUV61.77114.59148.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=50%
G=28.89%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90523800.420.580.6516.1540.6225.1
Hex5A342602A3A41102919
Octal132644605272101205131
Binary1011010110100100110010101011101010000011000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,38); }

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

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

 a { background-color: rgb(90,52,38); }

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

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

 span { border-color: rgb(90,52,38); }

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