#5A4F28

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

Shades of Bronze Olive #5A4F28

Tints of Bronze Olive #5A4F28

Color information

#5A4F28 (or 0x5A4F28) is unknown color: approx Bronze Olive. HEX triplet: 5A, 4F and 28. RGB value is (90,79,40). Sum of RGB (Red+Green+Blue) = 90+79+40=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F28 is #A5B0D7. Grayscale: #4E4E4E. Windows color (decimal): -10858712 or 2641754. OLE color: 2641754.

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

Color convert

RGB907940-
CMYK00.120.560.65
HSL46.8º38.46%25.49%-
HSV(B)46.8º55.56%35.29%-
XYZ7.47.923.15-
YUV77.84106.64136.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=43.06%
G=37.80%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90794000.120.560.6546.838.4625.49
Hex5A4F280C38412f2619
Octal1321175001470101574631
Binary1011010100111110100001100111000100000110111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,40); }

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

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

 a { background-color: rgb(90,79,40); }

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

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

 span { border-color: rgb(90,79,40); }

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