#584E1F

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

Shades of Bronze Olive #584E1F

Tints of Bronze Olive #584E1F

Color information

#584E1F (or 0x584E1F) is unknown color: approx Bronze Olive. HEX triplet: 58, 4E and 1F. RGB value is (88,78,31). Sum of RGB (Red+Green+Blue) = 88+78+31=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #584E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E1F is #A7B1E0. Grayscale: #4B4B4B. Windows color (decimal): -10990049 or 2051672. OLE color: 2051672.

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

Color convert

RGB887831-
CMYK00.110.650.65
HSL49.47º47.9%23.33%-
HSV(B)49.47º64.77%34.51%-
XYZ77.622.4-
YUV75.63102.81136.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=44.67%
G=39.59%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88783100.110.650.6549.4747.923.33
Hex584E1F0B4141313017
Octal13011637013101101616027
Binary1011000100111011111010111000001100000111000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584E1F; }

 p { color: rgb(88,78,31); }

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

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

 a { background-color: rgb(88,78,31); }

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

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

 span { border-color: rgb(88,78,31); }

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