#584D1F

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

Shades of Bronze Olive #584D1F

Tints of Bronze Olive #584D1F

Color information

#584D1F (or 0x584D1F) is unknown color: approx Bronze Olive. HEX triplet: 58, 4D and 1F. RGB value is (88,77,31). Sum of RGB (Red+Green+Blue) = 88+77+31=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D1F is #A7B2E0. Grayscale: #4B4B4B. Windows color (decimal): -10990305 or 2051416. OLE color: 2051416.

HSL color Cylindrical-coordinate representation of color #584D1F: hue angle of 48.42º 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 #584D1F is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB887731-
CMYK00.120.650.65
HSL48.42º47.9%23.33%-
HSV(B)48.42º64.77%34.51%-
XYZ6.937.482.38-
YUV75.04103.14137.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=44.90%
G=39.29%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88773100.120.650.6548.4247.923.33
Hex584D1F0C4141303017
Octal13011537014101101606027
Binary1011000100110111111011001000001100000111000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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