#584418

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

Shades of Bronze Olive #584418

Tints of Bronze Olive #584418

Color information

#584418 (or 0x584418) is unknown color: approx Bronze Olive. HEX triplet: 58, 44 and 18. RGB value is (88,68,24). Sum of RGB (Red+Green+Blue) = 88+68+24=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584418 is #A7BBE7. Grayscale: #454545. Windows color (decimal): -10992616 or 1590360. OLE color: 1590360.

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

Color convert

RGB886824-
CMYK00.230.730.65
HSL41.25º57.14%21.96%-
HSV(B)41.25º72.73%34.51%-
XYZ6.266.271.75-
YUV68.96102.63141.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=48.89%
G=37.78%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88682400.230.730.6541.2557.1421.96
Hex5844180174941293916
Octal13010430027111101517126
Binary10110001000100110000101111001001100000110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584418; }

 p { color: rgb(88,68,24); }

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

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

 a { background-color: rgb(88,68,24); }

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

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

 span { border-color: rgb(88,68,24); }

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