#584828

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

Shades of Bronze Olive #584828

Tints of Bronze Olive #584828

Color information

#584828 (or 0x584828) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 28. RGB value is (88,72,40). Sum of RGB (Red+Green+Blue) = 88+72+40=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #584828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584828 is #A7B7D7. Grayscale: #494949. Windows color (decimal): -10991576 or 2639960. OLE color: 2639960.

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

Color convert

RGB887240-
CMYK00.180.550.65
HSL40º37.5%25.1%-
HSV(B)40º54.55%34.51%-
XYZ6.726.862.98-
YUV73.14109.3138.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 40 (16.02% from 255) = 20%
R=44%
G=36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88724000.180.550.654037.525.1
Hex5848280123741282619
Octal1301105002267101504631
Binary10110001001000101000010010110111100000110100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584828; }

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

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

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

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

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

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

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

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