#584B28

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

Shades of Bronze Olive #584B28

Tints of Bronze Olive #584B28

Color information

#584B28 (or 0x584B28) is unknown color: approx Bronze Olive. HEX triplet: 58, 4B and 28. RGB value is (88,75,40). Sum of RGB (Red+Green+Blue) = 88+75+40=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #584B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B28 is #A7B4D7. Grayscale: #4B4B4B. Windows color (decimal): -10990808 or 2640728. OLE color: 2640728.

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

Color convert

RGB887540-
CMYK00.150.550.65
HSL43.75º37.5%25.1%-
HSV(B)43.75º54.55%34.51%-
XYZ6.927.263.04-
YUV74.9108.31137.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=43.35%
G=36.95%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88754000.150.550.6543.7537.525.1
Hex584B280F37412c2619
Octal1301135001767101544631
Binary1011000100101110100001111110111100000110110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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