#584214

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

Shades of Bronze Olive #584214

Tints of Bronze Olive #584214

Color information

#584214 (or 0x584214) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 14. RGB value is (88,66,20). Sum of RGB (Red+Green+Blue) = 88+66+20=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584214 is #A7BDEB. Grayscale: #434343. Windows color (decimal): -10993132 or 1327704. OLE color: 1327704.

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

Color convert

RGB886620-
CMYK00.250.770.65
HSL40.59º62.96%21.18%-
HSV(B)40.59º77.27%34.51%-
XYZ6.16.021.5-
YUV67.33101.29142.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=50.57%
G=37.93%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662000.250.770.6540.5962.9621.18
Hex5842140194D41293f15
Octal13010224031115101517725
Binary10110001000010101000110011001101100000110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584214; }

 p { color: rgb(88,66,20); }

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

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

 a { background-color: rgb(88,66,20); }

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

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

 span { border-color: rgb(88,66,20); }

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