#584A12

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

Shades of Bronze Olive #584A12

Tints of Bronze Olive #584A12

Color information

#584A12 (or 0x584A12) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 12. RGB value is (88,74,18). Sum of RGB (Red+Green+Blue) = 88+74+18=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A12 is #A7B5ED. Grayscale: #484848. Windows color (decimal): -10991086 or 1198680. OLE color: 1198680.

HSL color Cylindrical-coordinate representation of color #584A12: hue angle of 48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584A12 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB887418-
CMYK00.160.800.65
HSL48º66.04%20.78%-
HSV(B)48º79.55%34.51%-
XYZ6.587.021.58-
YUV71.897.64139.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 74 (29.30% from 255) = 41.11%
BLUE value IS 18 (7.42% from 255) = 10%
R=48.89%
G=41.11%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88741800.160.800.654866.0420.78
Hex584A120105041304215
Octal130112220201201016010225
Binary101100010010101001001000010100001000001110000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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