#584A29

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

Shades of Bronze Olive #584A29

Tints of Bronze Olive #584A29

Color information

#584A29 (or 0x584A29) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 29. RGB value is (88,74,41). Sum of RGB (Red+Green+Blue) = 88+74+41=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #584A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A29 is #A7B5D6. Grayscale: #4A4A4A. Windows color (decimal): -10991063 or 2706008. OLE color: 2706008.

HSL color Cylindrical-coordinate representation of color #584A29: hue angle of 42.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #584A29 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB887441-
CMYK00.160.530.65
HSL42.13º36.43%25.29%-
HSV(B)42.13º53.41%34.51%-
XYZ6.877.133.11-
YUV74.42109.14137.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=43.35%
G=36.45%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88744100.160.530.6542.1336.4325.29
Hex584A2901035412a2419
Octal1301125102065101524431
Binary10110001001010101001010000110101100000110101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,41); }

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

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

 a { background-color: rgb(88,74,41); }

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

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

 span { border-color: rgb(88,74,41); }

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