#584C0F

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

Shades of Bronze Olive #584C0F

Tints of Bronze Olive #584C0F

Color information

#584C0F (or 0x584C0F) is unknown color: approx Bronze Olive. HEX triplet: 58, 4C and 0F. RGB value is (88,76,15). Sum of RGB (Red+Green+Blue) = 88+76+15=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C0F is #A7B3F0. Grayscale: #484848. Windows color (decimal): -10990577 or 1002584. OLE color: 1002584.

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

Color convert

RGB887615-
CMYK00.140.830.65
HSL50.14º70.87%20.2%-
HSV(B)50.14º82.95%34.51%-
XYZ6.77.281.5-
YUV72.6395.48138.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=49.16%
G=42.46%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88761500.140.830.6550.1470.8720.2
Hex584CF0E5341324714
Octal130114170161231016210724
Binary1011000100110011110111010100111000001110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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