#584C10

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

Shades of Bronze Olive #584C10

Tints of Bronze Olive #584C10

Color information

#584C10 (or 0x584C10) is unknown color: approx Bronze Olive. HEX triplet: 58, 4C and 10. RGB value is (88,76,16). Sum of RGB (Red+Green+Blue) = 88+76+16=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C10 is #A7B3EF. Grayscale: #494949. Windows color (decimal): -10990576 or 1068120. OLE color: 1068120.

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

Color convert

RGB887616-
CMYK00.140.820.65
HSL50º69.23%20.39%-
HSV(B)50º81.82%34.51%-
XYZ6.77.281.54-
YUV72.7595.98138.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=48.89%
G=42.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88761600.140.820.655069.2320.39
Hex584C100E5241324514
Octal130114200161221016210524
Binary10110001001100100000111010100101000001110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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