#584E20

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

Shades of Bronze Olive #584E20

Tints of Bronze Olive #584E20

Color information

#584E20 (or 0x584E20) is unknown color: approx Bronze Olive. HEX triplet: 58, 4E and 20. RGB value is (88,78,32). Sum of RGB (Red+Green+Blue) = 88+78+32=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #584E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E20 is #A7B1DF. Grayscale: #4B4B4B. Windows color (decimal): -10990048 or 2117208. OLE color: 2117208.

HSL color Cylindrical-coordinate representation of color #584E20: hue angle of 49.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584E20 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB887832-
CMYK00.110.640.65
HSL49.29º46.67%23.53%-
HSV(B)49.29º63.64%34.51%-
XYZ7.017.632.47-
YUV75.75103.31136.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=44.44%
G=39.39%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88783200.110.640.6549.2946.6723.53
Hex584E200B4041312f18
Octal13011640013100101615730
Binary10110001001110100000010111000000100000111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584E20; }

 p { color: rgb(88,78,32); }

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

<style>
 a { background-color: #584E20; }

 a { background-color: rgb(88,78,32); }

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

<style>
 span { border-color: #584E20; }

 span { border-color: rgb(88,78,32); }

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