#584D12

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

Shades of Bronze Olive #584D12

Tints of Bronze Olive #584D12

Color information

#584D12 (or 0x584D12) is unknown color: approx Bronze Olive. HEX triplet: 58, 4D and 12. RGB value is (88,77,18). Sum of RGB (Red+Green+Blue) = 88+77+18=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D12 is #A7B2ED. Grayscale: #494949. Windows color (decimal): -10990318 or 1199448. OLE color: 1199448.

HSL color Cylindrical-coordinate representation of color #584D12: hue angle of 50.57º 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 #584D12 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB887718-
CMYK00.120.800.65
HSL50.57º66.04%20.78%-
HSV(B)50.57º79.55%34.51%-
XYZ6.797.431.65-
YUV73.5696.64138.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=48.09%
G=42.08%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88771800.120.800.6550.5766.0420.78
Hex584D120C5041334215
Octal130115220141201016310225
Binary10110001001101100100110010100001000001110011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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