#584806

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

Shades of Bronze Olive #584806

Tints of Bronze Olive #584806

Color information

#584806 (or 0x584806) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 06. RGB value is (88,72,6). Sum of RGB (Red+Green+Blue) = 88+72+6=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #584806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584806 is #A7B7F9. Grayscale: #454545. Windows color (decimal): -10991610 or 411736. OLE color: 411736.

HSL color Cylindrical-coordinate representation of color #584806: hue angle of 48.29º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #584806 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88726-
CMYK00.180.930.65
HSL48.29º87.23%18.43%-
HSV(B)48.29º93.18%34.51%-
XYZ6.376.721.13-
YUV69.2692.3141.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=53.01%
G=43.37%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8872600.180.930.6548.2987.2318.43
Hex584860125D41305712
Octal13011060221351016012722
Binary1011000100100011001001010111011000001110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584806; }

 p { color: rgb(88,72,6); }

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

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

 a { background-color: rgb(88,72,6); }

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

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

 span { border-color: rgb(88,72,6); }

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