#584825

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

Shades of Bronze Olive #584825

Tints of Bronze Olive #584825

Color information

#584825 (or 0x584825) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 25. RGB value is (88,72,37). Sum of RGB (Red+Green+Blue) = 88+72+37=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #584825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584825 is #A7B7DA. Grayscale: #484848. Windows color (decimal): -10991579 or 2443352. OLE color: 2443352.

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

Color convert

RGB887237-
CMYK00.180.580.65
HSL41.18º40.8%24.51%-
HSV(B)41.18º57.95%34.51%-
XYZ6.686.842.72-
YUV72.79107.8138.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=44.67%
G=36.55%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88723700.180.580.6541.1840.824.51
Hex5848250123A41292919
Octal1301104502272101515131
Binary10110001001000100101010010111010100000110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584825; }

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

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

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

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

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

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

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

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