#584515

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

Shades of Bronze Olive #584515

Tints of Bronze Olive #584515

Color information

#584515 (or 0x584515) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 15. RGB value is (88,69,21). Sum of RGB (Red+Green+Blue) = 88+69+21=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584515 is #A7BAEA. Grayscale: #454545. Windows color (decimal): -10992363 or 1394008. OLE color: 1394008.

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

Color convert

RGB886921-
CMYK00.220.760.65
HSL42.99º61.47%21.37%-
HSV(B)42.99º76.14%34.51%-
XYZ6.296.391.61-
YUV69.21100.79141.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=49.44%
G=38.76%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88692100.220.760.6542.9961.4721.37
Hex5845150164C412b3d15
Octal13010525026114101537525
Binary10110001000101101010101101001100100000110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584515; }

 p { color: rgb(88,69,21); }

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

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

 a { background-color: rgb(88,69,21); }

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

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

 span { border-color: rgb(88,69,21); }

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