#584010

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

Shades of Bronze Olive #584010

Tints of Bronze Olive #584010

Color information

#584010 (or 0x584010) is unknown color: approx Bronze Olive. HEX triplet: 58, 40 and 10. RGB value is (88,64,16). Sum of RGB (Red+Green+Blue) = 88+64+16=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #584010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584010 is #A7BFEF. Grayscale: #414141. Windows color (decimal): -10993648 or 1065048. OLE color: 1065048.

HSL color Cylindrical-coordinate representation of color #584010: hue angle of 40º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #584010 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB886416-
CMYK00.270.820.65
HSL40º69.23%20.39%-
HSV(B)40º81.82%34.51%-
XYZ5.955.781.29-
YUV65.799.95143.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=52.38%
G=38.10%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88641600.270.820.654069.2320.39
Hex58401001B5241284514
Octal130100200331221015010524
Binary101100010000001000001101110100101000001101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584010; }

 p { color: rgb(88,64,16); }

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

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

 a { background-color: rgb(88,64,16); }

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

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

 span { border-color: rgb(88,64,16); }

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