#584712

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

Shades of Bronze Olive #584712

Tints of Bronze Olive #584712

Color information

#584712 (or 0x584712) is unknown color: approx Bronze Olive. HEX triplet: 58, 47 and 12. RGB value is (88,71,18). Sum of RGB (Red+Green+Blue) = 88+71+18=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584712 is #A7B8ED. Grayscale: #464646. Windows color (decimal): -10991854 or 1197912. OLE color: 1197912.

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

Color convert

RGB887118-
CMYK00.190.800.65
HSL45.43º66.04%20.78%-
HSV(B)45.43º79.55%34.51%-
XYZ6.396.621.51-
YUV70.0498.63140.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=49.72%
G=40.11%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88711800.190.800.6545.4366.0420.78
Hex58471201350412d4215
Octal130107220231201015510225
Binary101100010001111001001001110100001000001101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584712; }

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

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

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

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

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

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

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

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