#584313

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

Shades of Bronze Olive #584313

Tints of Bronze Olive #584313

Color information

#584313 (or 0x584313) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 13. RGB value is (88,67,19). Sum of RGB (Red+Green+Blue) = 88+67+19=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584313 is #A7BCEC. Grayscale: #444444. Windows color (decimal): -10992877 or 1262424. OLE color: 1262424.

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

Color convert

RGB886719-
CMYK00.240.780.65
HSL41.74º64.49%20.98%-
HSV(B)41.74º78.41%34.51%-
XYZ6.156.141.48-
YUV67.81100.46142.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=50.57%
G=38.51%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88671900.240.780.6541.7464.4920.98
Hex5843130184E412a4015
Octal130103230301161015210025
Binary101100010000111001101100010011101000001101010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584313; }

 p { color: rgb(88,67,19); }

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

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

 a { background-color: rgb(88,67,19); }

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

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

 span { border-color: rgb(88,67,19); }

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