#584C11

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

Shades of Bronze Olive #584C11

Tints of Bronze Olive #584C11

Color information

#584C11 (or 0x584C11) is unknown color: approx Bronze Olive. HEX triplet: 58, 4C and 11. RGB value is (88,76,17). Sum of RGB (Red+Green+Blue) = 88+76+17=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #584C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C11 is #A7B3EE. Grayscale: #494949. Windows color (decimal): -10990575 or 1133656. OLE color: 1133656.

HSL color Cylindrical-coordinate representation of color #584C11: hue angle of 49.86º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #584C11 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB887617-
CMYK00.140.810.65
HSL49.86º67.62%20.59%-
HSV(B)49.86º80.68%34.51%-
XYZ6.717.281.58-
YUV72.8696.48138.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=48.62%
G=41.99%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88761700.140.810.6549.8667.6220.59
Hex584C110E5141324415
Octal130114210161211016210425
Binary10110001001100100010111010100011000001110010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,76,17); }

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

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

 a { background-color: rgb(88,76,17); }

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

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

 span { border-color: rgb(88,76,17); }

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