#584108

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

Shades of Bronze Olive #584108

Tints of Bronze Olive #584108

Color information

#584108 (or 0x584108) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 08. RGB value is (88,65,8). Sum of RGB (Red+Green+Blue) = 88+65+8=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #584108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584108 is #A7BEF7. Grayscale: #414141. Windows color (decimal): -10993400 or 541016. OLE color: 541016.

HSL color Cylindrical-coordinate representation of color #584108: hue angle of 42.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #584108 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88658-
CMYK00.260.910.65
HSL42.75º83.33%18.82%-
HSV(B)42.75º90.91%34.51%-
XYZ5.965.871.05-
YUV65.3895.62144.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=54.66%
G=40.37%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8865800.260.910.6542.7583.3318.82
Hex5841801A5B412b5313
Octal130101100321331015312323
Binary10110001000001100001101010110111000001101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584108; }

 p { color: rgb(88,65,8); }

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

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

 a { background-color: rgb(88,65,8); }

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

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

 span { border-color: rgb(88,65,8); }

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