#584A0F

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

Shades of Bronze Olive #584A0F

Tints of Bronze Olive #584A0F

Color information

#584A0F (or 0x584A0F) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 0F. RGB value is (88,74,15). Sum of RGB (Red+Green+Blue) = 88+74+15=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A0F is #A7B5F0. Grayscale: #474747. Windows color (decimal): -10991089 or 1002072. OLE color: 1002072.

HSL color Cylindrical-coordinate representation of color #584A0F: hue angle of 48.49º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #584A0F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB887415-
CMYK00.160.830.65
HSL48.49º70.87%20.2%-
HSV(B)48.49º82.95%34.51%-
XYZ6.567.011.46-
YUV71.4696.14139.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=49.72%
G=41.81%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88741500.160.830.6548.4970.8720.2
Hex584AF0105341304714
Octal130112170201231016010724
Binary10110001001010111101000010100111000001110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,15); }

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

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

 a { background-color: rgb(88,74,15); }

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

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

 span { border-color: rgb(88,74,15); }

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