#584215

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

Shades of Bronze Olive #584215

Tints of Bronze Olive #584215

Color information

#584215 (or 0x584215) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 15. RGB value is (88,66,21). Sum of RGB (Red+Green+Blue) = 88+66+21=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584215 is #A7BDEA. Grayscale: #434343. Windows color (decimal): -10993131 or 1393240. OLE color: 1393240.

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

Color convert

RGB886621-
CMYK00.250.760.65
HSL40.3º61.47%21.37%-
HSV(B)40.3º76.14%34.51%-
XYZ6.116.031.55-
YUV67.45101.79142.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 21 (8.59% from 255) = 12%
R=50.29%
G=37.71%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662100.250.760.6540.361.4721.37
Hex5842150194C41283d15
Octal13010225031114101507525
Binary10110001000010101010110011001100100000110100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584215; }

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

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

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

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

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

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

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

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