#584616

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

Shades of Bronze Olive #584616

Tints of Bronze Olive #584616

Color information

#584616 (or 0x584616) is unknown color: approx Bronze Olive. HEX triplet: 58, 46 and 16. RGB value is (88,70,22). Sum of RGB (Red+Green+Blue) = 88+70+22=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584616 is #A7B9E9. Grayscale: #464646. Windows color (decimal): -10992106 or 1459800. OLE color: 1459800.

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

Color convert

RGB887022-
CMYK00.200.750.65
HSL43.64º60%21.57%-
HSV(B)43.64º75%34.51%-
XYZ6.366.511.68-
YUV69.91100.96140.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=48.89%
G=38.89%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88702200.200.750.6543.646021.57
Hex5846160144B412c3c16
Octal13010626024113101547426
Binary10110001000110101100101001001011100000110110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584616; }

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

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

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

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

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

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

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

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