#584F12

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

Shades of Bronze Olive #584F12

Tints of Bronze Olive #584F12

Color information

#584F12 (or 0x584F12) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 12. RGB value is (88,79,18). Sum of RGB (Red+Green+Blue) = 88+79+18=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #584F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F12 is #A7B0ED. Grayscale: #4A4A4A. Windows color (decimal): -10989806 or 1199960. OLE color: 1199960.

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

Color convert

RGB887918-
CMYK00.100.800.65
HSL52.29º66.04%20.78%-
HSV(B)52.29º79.55%34.51%-
XYZ6.937.711.7-
YUV74.7495.98137.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=47.57%
G=42.70%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88791800.100.800.6552.2966.0420.78
Hex584F120A5041344215
Octal130117220121201016410225
Binary10110001001111100100101010100001000001110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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