#584521

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

Shades of Bronze Olive #584521

Tints of Bronze Olive #584521

Color information

#584521 (or 0x584521) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 21. RGB value is (88,69,33). Sum of RGB (Red+Green+Blue) = 88+69+33=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #584521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584521 is #A7BADE. Grayscale: #464646. Windows color (decimal): -10992351 or 2180440. OLE color: 2180440.

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

Color convert

RGB886933-
CMYK00.220.620.65
HSL39.27º45.45%23.73%-
HSV(B)39.27º62.5%34.51%-
XYZ6.436.442.34-
YUV70.58106.79140.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=46.32%
G=36.32%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88693300.220.620.6539.2745.4523.73
Hex5845210163E41272d18
Octal1301054102676101475530
Binary10110001000101100001010110111110100000110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584521; }

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

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

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

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

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

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

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

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