#584A27

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

Shades of Bronze Olive #584A27

Tints of Bronze Olive #584A27

Color information

#584A27 (or 0x584A27) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 27. RGB value is (88,74,39). Sum of RGB (Red+Green+Blue) = 88+74+39=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #584A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A27 is #A7B5D8. Grayscale: #4A4A4A. Windows color (decimal): -10991065 or 2574936. OLE color: 2574936.

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

Color convert

RGB887439-
CMYK00.160.560.65
HSL42.86º38.58%24.9%-
HSV(B)42.86º55.68%34.51%-
XYZ6.847.122.93-
YUV74.2108.14137.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=43.78%
G=36.82%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88743900.160.560.6542.8638.5824.9
Hex584A2701038412b2719
Octal1301124702070101534731
Binary10110001001010100111010000111000100000110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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