#584116

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

Shades of Bronze Olive #584116

Tints of Bronze Olive #584116

Color information

#584116 (or 0x584116) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 16. RGB value is (88,65,22). Sum of RGB (Red+Green+Blue) = 88+65+22=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584116 is #A7BEE9. Grayscale: #434343. Windows color (decimal): -10993386 or 1458520. OLE color: 1458520.

HSL color Cylindrical-coordinate representation of color #584116: hue angle of 39.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584116 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB886522-
CMYK00.260.750.65
HSL39.09º60%21.57%-
HSV(B)39.09º75%34.51%-
XYZ6.065.911.58-
YUV66.97102.62143-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=50.29%
G=37.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88652200.260.750.6539.096021.57
Hex58411601A4B41273c16
Octal13010126032113101477426
Binary10110001000001101100110101001011100000110011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584116; }

 p { color: rgb(88,65,22); }

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

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

 a { background-color: rgb(88,65,22); }

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

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

 span { border-color: rgb(88,65,22); }

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