#584A10

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

Shades of Bronze Olive #584A10

Tints of Bronze Olive #584A10

Color information

#584A10 (or 0x584A10) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 10. RGB value is (88,74,16). Sum of RGB (Red+Green+Blue) = 88+74+16=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A10 is #A7B5EF. Grayscale: #474747. Windows color (decimal): -10991088 or 1067608. OLE color: 1067608.

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

Color convert

RGB887416-
CMYK00.160.820.65
HSL48.33º69.23%20.39%-
HSV(B)48.33º81.82%34.51%-
XYZ6.577.011.5-
YUV71.5796.64139.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=49.44%
G=41.57%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88741600.160.820.6548.3369.2320.39
Hex584A100105241304514
Octal130112200201221016010524
Binary101100010010101000001000010100101000001110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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