#584316

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

Shades of Bronze Olive #584316

Tints of Bronze Olive #584316

Color information

#584316 (or 0x584316) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 16. RGB value is (88,67,22). Sum of RGB (Red+Green+Blue) = 88+67+22=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584316 is #A7BCE9. Grayscale: #444444. Windows color (decimal): -10992874 or 1459032. OLE color: 1459032.

HSL color Cylindrical-coordinate representation of color #584316: hue angle of 40.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584316 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB886722-
CMYK00.240.750.65
HSL40.91º60%21.57%-
HSV(B)40.91º75%34.51%-
XYZ6.186.151.62-
YUV68.15101.96142.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=49.72%
G=37.85%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88672200.240.750.6540.916021.57
Hex5843160184B41293c16
Octal13010326030113101517426
Binary10110001000011101100110001001011100000110100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584316; }

 p { color: rgb(88,67,22); }

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

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

 a { background-color: rgb(88,67,22); }

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

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

 span { border-color: rgb(88,67,22); }

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