#584114

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

Shades of Bronze Olive #584114

Tints of Bronze Olive #584114

Color information

#584114 (or 0x584114) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 14. RGB value is (88,65,20). Sum of RGB (Red+Green+Blue) = 88+65+20=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #584114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584114 is #A7BEEB. Grayscale: #424242. Windows color (decimal): -10993388 or 1327448. OLE color: 1327448.

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

Color convert

RGB886520-
CMYK00.260.770.65
HSL39.71º62.96%21.18%-
HSV(B)39.71º77.27%34.51%-
XYZ6.045.911.48-
YUV66.75101.62143.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=50.87%
G=37.57%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88652000.260.770.6539.7162.9621.18
Hex58411401A4D41283f15
Octal13010124032115101507725
Binary10110001000001101000110101001101100000110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584114; }

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

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

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

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

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

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

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

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