#584218

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

Shades of Bronze Olive #584218

Tints of Bronze Olive #584218

Color information

#584218 (or 0x584218) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 18. RGB value is (88,66,24). Sum of RGB (Red+Green+Blue) = 88+66+24=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584218 is #A7BDE7. Grayscale: #434343. Windows color (decimal): -10993128 or 1589848. OLE color: 1589848.

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

Color convert

RGB886624-
CMYK00.250.730.65
HSL39.38º57.14%21.96%-
HSV(B)39.38º72.73%34.51%-
XYZ6.146.041.71-
YUV67.79103.29142.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=49.44%
G=37.08%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662400.250.730.6539.3857.1421.96
Hex5842180194941273916
Octal13010230031111101477126
Binary10110001000010110000110011001001100000110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584218; }

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

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

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

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

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

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

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

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