#584512

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

Shades of Bronze Olive #584512

Tints of Bronze Olive #584512

Color information

#584512 (or 0x584512) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 12. RGB value is (88,69,18). Sum of RGB (Red+Green+Blue) = 88+69+18=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584512 is #A7BAED. Grayscale: #454545. Windows color (decimal): -10992366 or 1197400. OLE color: 1197400.

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

Color convert

RGB886918-
CMYK00.220.800.65
HSL43.71º66.04%20.78%-
HSV(B)43.71º79.55%34.51%-
XYZ6.266.371.47-
YUV68.8799.29141.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=50.29%
G=39.43%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88691800.220.800.6543.7166.0420.78
Hex58451201650412c4215
Octal130105220261201015410225
Binary101100010001011001001011010100001000001101100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584512; }

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

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

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

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

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

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

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

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