#584820

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

Shades of Bronze Olive #584820

Tints of Bronze Olive #584820

Color information

#584820 (or 0x584820) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 20. RGB value is (88,72,32). Sum of RGB (Red+Green+Blue) = 88+72+32=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #584820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584820 is #A7B7DF. Grayscale: #484848. Windows color (decimal): -10991584 or 2115672. OLE color: 2115672.

HSL color Cylindrical-coordinate representation of color #584820: hue angle of 42.86º 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 #584820 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB887232-
CMYK00.180.640.65
HSL42.86º46.67%23.53%-
HSV(B)42.86º63.64%34.51%-
XYZ6.66.812.33-
YUV72.22105.3139.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=45.83%
G=37.5%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88723200.180.640.6542.8646.6723.53
Hex58482001240412b2f18
Octal13011040022100101535730
Binary101100010010001000000100101000000100000110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584820; }

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

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

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

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

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

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

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

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