#584B2A

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

Shades of Bronze Olive #584B2A

Tints of Bronze Olive #584B2A

Color information

#584B2A (or 0x584B2A) is unknown color: approx Bronze Olive. HEX triplet: 58, 4B and 2A. RGB value is (88,75,42). Sum of RGB (Red+Green+Blue) = 88+75+42=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #584B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B2A is #A7B4D5. Grayscale: #4B4B4B. Windows color (decimal): -10990806 or 2771800. OLE color: 2771800.

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

Color convert

RGB887542-
CMYK00.150.520.65
HSL43.04º35.38%25.49%-
HSV(B)43.04º52.27%34.51%-
XYZ6.967.273.23-
YUV75.12109.31137.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=42.93%
G=36.59%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88754200.150.520.6543.0435.3825.49
Hex584B2A0F34412b2319
Octal1301135201764101534331
Binary1011000100101110101001111110100100000110101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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