#584B1F

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

Shades of Bronze Olive #584B1F

Tints of Bronze Olive #584B1F

Color information

#584B1F (or 0x584B1F) is unknown color: approx Bronze Olive. HEX triplet: 58, 4B and 1F. RGB value is (88,75,31). Sum of RGB (Red+Green+Blue) = 88+75+31=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B1F is #A7B4E0. Grayscale: #4A4A4A. Windows color (decimal): -10990817 or 2050904. OLE color: 2050904.

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

Color convert

RGB887531-
CMYK00.150.650.65
HSL46.32º47.9%23.33%-
HSV(B)46.32º64.77%34.51%-
XYZ6.797.212.33-
YUV73.87103.81138.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=45.36%
G=38.66%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88753100.150.650.6546.3247.923.33
Hex584B1F0F41412e3017
Octal13011337017101101566027
Binary1011000100101111111011111000001100000110111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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