#584216

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

Shades of Bronze Olive #584216

Tints of Bronze Olive #584216

Color information

#584216 (or 0x584216) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 16. RGB value is (88,66,22). Sum of RGB (Red+Green+Blue) = 88+66+22=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #584216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584216 is #A7BDE9. Grayscale: #434343. Windows color (decimal): -10993130 or 1458776. OLE color: 1458776.

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

Color convert

RGB886622-
CMYK00.250.750.65
HSL40º60%21.57%-
HSV(B)40º75%34.51%-
XYZ6.126.031.6-
YUV67.56102.29142.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662200.250.750.65406021.57
Hex5842160194B41283c16
Octal13010226031113101507426
Binary10110001000010101100110011001011100000110100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584216; }

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

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

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

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

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

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

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

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