#5A4024

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

Shades of Bracken #5A4024

Tints of Bracken #5A4024

Color information

#5A4024 (or 0x5A4024) is unknown color: approx Bracken. HEX triplet: 5A, 40 and 24. RGB value is (90,64,36). Sum of RGB (Red+Green+Blue) = 90+64+36=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4024 is #A5BFDB. Grayscale: #444444. Windows color (decimal): -10862556 or 2375770. OLE color: 2375770.

HSL color Cylindrical-coordinate representation of color #5A4024: hue angle of 31.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4024 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB906436-
CMYK00.290.600.65
HSL31.11º42.86%24.71%-
HSV(B)31.11º60%35.29%-
XYZ6.375.972.49-
YUV68.58109.61143.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=47.37%
G=33.68%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90643600.290.600.6531.1142.8624.71
Hex5A402401D3C411f2b19
Octal1321004403574101375331
Binary1011010100000010010001110111110010000011111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,36); }

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

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

 a { background-color: rgb(90,64,36); }

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

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

 span { border-color: rgb(90,64,36); }

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